From: Bruce Momjian Date: Wed, 12 Feb 2014 16:25:04 +0000 (-0500) Subject: doc: Postgres date-style date-only output is ISO X-Git-Tag: REL9_4_BETA1~506 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c9db4a5a4b5e8fe1142b1ea6659b225b7641a76;p=postgresql doc: Postgres date-style date-only output is ISO Backpatch to 9.3 Report from MauMau --- diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index b7d7d80028..30fd9bb598 100644 --- a/doc/src/sgml/datatype.sgml +++ b/doc/src/sgml/datatype.sgml @@ -2205,8 +2205,10 @@ January 8 04:05:06 1999 PST historical accident.) shows examples of each output style. The output of the date and - time types is of course only the date or time part - in accordance with the given examples. + time types is generally only the date or time part + in accordance with the given examples. However, the + POSTGRES style outputs date-only values in + ISO format.