Re: Can't "EXTRACT" from a field? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Can't "EXTRACT" from a field?
Date
Msg-id 1615.1006451409@sss.pgh.pa.us
Whole thread Raw
In response to Re: Can't "EXTRACT" from a field?  (Brent Verner <brent@rcfile.org>)
List pgsql-hackers
Brent Verner <brent@rcfile.org> writes:
> note: extract() is correctly not listed as a function, but it doesn't 
>       have any '\h' help available.  Is this a TODO kind-of-thing?  If
>       it is I can try to add it sometime later today.

There is no mechanism for keeping track of help entries for functions,
only statements.

> note2: This documentation is incorrect as of last night's cvs.
>       an example given in the docs is.
>         SELECT EXTRACT(CENTURY FROM TIMESTAMP '2001-02-16 20:38:40');

This example is fine.  Try it.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: v7.2b3 packaged, but not announced beyond here yet ...
Next
From: Hannu Krosing
Date:
Subject: Re: Further open item (Was: Status of 7.2)