pgsql: Document why you can't use date_trunc("week") on intervals.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Document why you can't use date_trunc("week") on intervals.
Date: 2012-08-15 20:04:10
Message-ID: E1T1jp4-0005xA-NS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document why you can't use date_trunc("week") on intervals.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/74f4881d7cc9c69cb0e0b236f06d1ebf9859a737

Modified Files
--------------
doc/src/sgml/func.sgml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-08-15 20:48:17 pgsql: On second thought, explain why date_trunc("week") on interval va
Previous Message Bruce Momjian 2012-08-15 16:01:08 pgsql: Add C comment that '=' is not documented for plpgsql assignment.