diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-02-12 11:25:04 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-02-12 11:25:04 -0500 |
commit | 8247236c639d08724ed13104c2acf8b322a735f0 (patch) | |
tree | f5b8861bfdc4f6d58b5bfddac51f417ae040957e | |
parent | f1e522696fbc01b5c8a41dbd45d6cbae229be425 (diff) | |
download | postgresql-8247236c639d08724ed13104c2acf8b322a735f0.tar.gz postgresql-8247236c639d08724ed13104c2acf8b322a735f0.zip |
doc: Postgres date-style date-only output is ISO
Backpatch to 9.3
Report from MauMau
-rw-r--r-- | doc/src/sgml/datatype.sgml | 6 |
1 files 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.) <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"> |