]> granicus.if.org Git - postgresql/commitdiff
doc: Postgres date-style date-only output is ISO
authorBruce Momjian <bruce@momjian.us>
Wed, 12 Feb 2014 16:25:04 +0000 (11:25 -0500)
committerBruce Momjian <bruce@momjian.us>
Wed, 12 Feb 2014 16:25:34 +0000 (11:25 -0500)
Backpatch to 9.3

Report from MauMau

doc/src/sgml/datatype.sgml

index b7d7d80028708c39e1dcc49e428fbeddae765e73..30fd9bb598d3e2af42151dba2cc22006a993e650 100644 (file)
@@ -2205,8 +2205,10 @@ January 8 04:05:06 1999 PST
      historical accident.)  <xref
      linkend="datatype-datetime-output-table"> shows examples of each
      output style.  The output of the <type>date</type> and
-     <type>time</type> types is of course only the date or time part
-     in accordance with the given examples.
+     <type>time</type> types is generally only the date or time part
+     in accordance with the given examples.  However, the
+     <productname>POSTGRES</> style outputs date-only values in
+     <acronym>ISO</acronym> format.
     </para>
 
      <table id="datatype-datetime-output-table">