pgsql: Use ISO 8601 format for dates converted to JSON, too.

Started by Tom Lanealmost 12 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Use ISO 8601 format for dates converted to JSON, too.

Commit f30015b6d794c15d52abbb3df3a65081fbefb1ed made this happen for
timestamp and timestamptz, but it seems pretty inconsistent to not
do it for simple dates as well.

(In passing, I re-pgindent'd json.c.)

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/560e2300b2ab395a367153e37d445fd584281cf7

Modified Files
--------------
doc/src/sgml/release-9.4.sgml | 7 ++++--
src/backend/utils/adt/json.c | 55 ++++++++++++++++++++++++++++++++---------
2 files changed, 48 insertions(+), 14 deletions(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers