Project

General

Profile

« Previous | Next » 

Revision 7104

schemas/functions.sql: Added _now()

View differences:

functions.sql
303 303

  
304 304

  
305 305
--
306
-- Name: _now(); Type: FUNCTION; Schema: functions; Owner: -
307
--
308

  
309
CREATE FUNCTION _now() RETURNS timestamp with time zone
310
    LANGUAGE sql STABLE
311
    AS $$
312
SELECT now()
313
$$;
314

  
315

  
316
--
306 317
-- Name: _nullIf(anyelement, text, datatype); Type: FUNCTION; Schema: functions; Owner: -
307 318
--
308 319

  

Also available in: Unified diff