pgsql: On second thought, explain why date_trunc("week") on interval va - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: On second thought, explain why date_trunc("week") on interval va
Date
Msg-id E1T1kVl-0006cD-GG@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
On second thought, explain why date_trunc("week") on interval values is
not supported in the error message, rather than the docs.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/083b9133aa0e5e91d74ba46b530a74989223324d

Modified Files
--------------
doc/src/sgml/func.sgml            |    5 -----
src/backend/utils/adt/timestamp.c |   15 +++++++++++----
2 files changed, 11 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Document why you can't use date_trunc("week") on intervals.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix rescan logic in nodeCtescan.