Re: [DOCS] Missing documentation for uses of extract(field from interval)

2011-03-11 Thread Bruce Momjian
I have added documentation for EXTRACT(DAY) usage with intervals. We had something for MONTH, but for some reason nothing for DAY. Applied patch attached. --- Daniel Grace wrote: > (Note: I'm not subscribed to pgsql-docs,

[DOCS] Missing documentation for uses of extract(field from interval)

2011-02-08 Thread Daniel Grace
(Note: I'm not subscribed to pgsql-docs, so please CC me on any replies. Thanks!) I pulled up the documentation today to see if I could get just the number of days in an interval using EXTRACT. The answer provided was vague: While you can use EXTRACT(field from interval) (shown in table 9-27), s