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_3_3~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8247236c639d08724ed13104c2acf8b322a735f0;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 d6b968ec15..2e74dbf94e 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.