From 8247236c639d08724ed13104c2acf8b322a735f0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 12 Feb 2014 11:25:04 -0500 Subject: [PATCH] doc: Postgres date-style date-only output is ISO Backpatch to 9.3 Report from MauMau --- doc/src/sgml/datatype.sgml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/datatype.sgml b/doc/src/sgml/datatype.sgml index d6b968ec153..2e74dbf94e3 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. -- 2.39.5