diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-08-15 16:48:05 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-08-15 16:48:05 -0400 |
commit | 083b9133aa0e5e91d74ba46b530a74989223324d (patch) | |
tree | 23eab4d50dd268781d7a0f3a01ba39a426154233 /doc/src | |
parent | 74f4881d7cc9c69cb0e0b236f06d1ebf9859a737 (diff) | |
download | postgresql-083b9133aa0e5e91d74ba46b530a74989223324d.tar.gz postgresql-083b9133aa0e5e91d74ba46b530a74989223324d.zip |
On second thought, explain why date_trunc("week") on interval values is
not supported in the error message, rather than the docs.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/func.sgml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 5d0c71a8b9f..d5ad4718b15 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -7051,11 +7051,6 @@ date_trunc('<replaceable>field</replaceable>', <replaceable>source</replaceable> </para> <para> - <literal>week</literal> is not supported for <type>interval</> - values because months usually have fractional weeks. - </para> - - <para> Examples: <screen> SELECT date_trunc('hour', TIMESTAMP '2001-02-16 20:38:40'); |