Missing date_trunc docs

From: Eric Howe <eric(at)pieinsky(dot)ca>
To: pgsql-docs(at)postgresql(dot)org
Subject: Missing date_trunc docs
Date: 2013-06-07 18:32:14
Message-ID: 7CC1BD41-AB5C-4AE0-B469-18C165D5706B@pieinsky.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

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.

Eric Howe
eric(at)pieinsky(dot)ca
http://pieinsky.ca/

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Jan Staněk 2013-06-13 09:53:49 Manual pages completion
Previous Message Tom Lane 2013-06-07 04:11:30 Re: Minor quibble with description of WINDOW clause