Undocumented datetime functions - Mailing list pgsql-docs

From Tom Lane
Subject Undocumented datetime functions
Date
Msg-id 743.982209523@sss.pgh.pa.us
Whole thread Raw
Responses Re: Undocumented datetime functions
List pgsql-docs
The following date/time related functions are not documented in the
obvious place for them, namely
http://www.postgresql.org/devel-corner/docs/postgres/functions-datetime.htm

now()
CURRENT_DATE
CURRENT_TIME
CURRENT_TIME(n)
CURRENT_TIMESTAMP
CURRENT_TIMESTAMP(n)
EXTRACT(part FROM datetime)    --- ANSIfied version of date_part

BTW, it seems that date_part accepts rather more options than are
documented on this page, as well.

            regards, tom lane

pgsql-docs by date:

Previous
From: Vince Vielhaber
Date:
Subject: Re: 404 Error on Documentation Page
Next
From: Bruce Momjian
Date:
Subject: Re: [SQL] C/C++ interface