From 8c9db4a5a4b5e8fe1142b1ea6659b225b7641a76 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 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. -- 2.40.0