pgsql: Document that we deviate from ISO 8601 by not using 'T' on outpu - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Document that we deviate from ISO 8601 by not using 'T' on outpu
Date
Msg-id E1SWUy0-00051K-Lx@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Document that we deviate from ISO 8601 by not using 'T' on output.

Per discussion, we should explain that we follow RFC 3339 and not really
the letter of the ISO 8601 spec for timestamp output format.  Mostly
Brendan Jurd's wording, though I tweaked it to clarify that we do take 'T'
on input.  Minor additional copy-editing and markup-tweaking, too.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8be950f5c0a2d8591cfc9955ad4ee4baf50d6131

Modified Files
--------------
doc/src/sgml/datatype.sgml |   45 ++++++++++++++++++++++++++++---------------
1 files changed, 29 insertions(+), 16 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Some reference page improvements
Next
From: Tom Lane
Date:
Subject: pgsql: Adjust documentation of ALTER TABLE CLUSTER ON for more consiste