Re: Missing date_trunc docs - Mailing list pgsql-docs

From Bruce Momjian
Subject Re: Missing date_trunc docs
Date
Msg-id 20140123032729.GH6346@momjian.us
Whole thread Raw
In response to Missing date_trunc docs  (Eric Howe <eric@pieinsky.ca>)
List 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
functionlists. 

Thanks for the report.  The attached patch has been applied and will
appear in PG 9.4.  Sorry for the delay.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + Everyone has their own god. +

Attachment

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #8901: postgres_fdw double-qualifying schemas
Next
From: Bruce Momjian
Date:
Subject: Re: Create Table ... Like Including Default & Sequences