]> granicus.if.org Git - postgresql/commit
Use ISO 8601 format for dates converted to JSON, too.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Aug 2014 02:57:15 +0000 (22:57 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Aug 2014 02:57:46 +0000 (22:57 -0400)
commite56ec50c1622010c010e1c84bc02ce44285c4f41
treeae99cf2479ddb8493f517013e6ee91f350bc81f2
parent3e9f70f1287b9324e398a084a8e881ea6aefc3eb
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.)
doc/src/sgml/release-9.4.sgml
src/backend/utils/adt/json.c