From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Eric Howe <eric(at)pieinsky(dot)ca> |
Cc: | pgsql-docs(at)postgresql(dot)org |
Subject: | Re: Missing date_trunc docs |
Date: | 2014-01-23 03:27:29 |
Message-ID: | 20140123032729.GH6346@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
On Fri, Jun 7, 2013 at 11:32:14AM -0700, Eric Howe wrote:
> In table 9-27 of the 9.2 docs:
>
> http://www.postgresql.org/docs/9.2/interactive/functions-datetime.html#FUNCTIONS-DATETIME-TABLE
>
> There is an entry for date_trunc(text, timestamp) but no entry for date_trunc(text, interval). The full docs for date_trunc:
>
> http://www.postgresql.org/docs/9.2/interactive/functions-datetime.html#FUNCTIONS-DATETIME-TRUNC
>
> do mention both the timestamp and interval forms of date_trunc but that's easy to miss if you're just scanning the function lists.
Thanks for the report. The attached patch has been applied and will
appear in PG 9.4. Sorry for the delay.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ Everyone has their own god. +
Attachment | Content-Type | Size |
---|---|---|
date_trunc.diff | text/x-diff | 1.0 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2014-01-25 19:33:21 | Re: Create Table ... Like Including Default & Sequences |
Previous Message | Tom Lane | 2014-01-21 17:12:26 | Re: BUG #8901: postgres_fdw double-qualifying schemas |