From:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To:
Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc:
Merlin Moncure <mmoncure(at)gmail(dot)com>,
Joey Adams <joeyadams3(dot)14159(at)gmail(dot)com>,
Hannu Krosing <hannu(at)2ndquadrant(dot)com>,
PavelStehule <pavel(dot)stehule(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject:
Re: JSON in 9.2 - Could we have just one to_json() function instead of two separate versions ?
Date:
2012-05-01 16:54:14
Message-ID:
15985.1335891254@sss.pgh.pa.us (view raw or flat )
Thread:
2012-05-01 12:02:40 from Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
2012-05-01 13:18:28 from Merlin Moncure <mmoncure(at)gmail(dot)com>
2012-05-01 15:02:27 from Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
2012-05-01 15:49:28 from Joey Adams <joeyadams3(dot)14159(at)gmail(dot)com>
2012-05-01 16:05:06 from Merlin Moncure <mmoncure(at)gmail(dot)com>
2012-05-01 16:22:25 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-05-01 16:33:10 from Merlin Moncure <mmoncure(at)gmail(dot)com>
2012-05-01 16:54:14 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-05-01 20:16:01 from Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
2012-05-01 16:56:20 from Joey Adams <joeyadams3(dot)14159(at)gmail(dot)com>
2012-05-01 18:11:52 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-05-01 20:54:56 from Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
2012-05-01 23:11:02 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-05-02 09:29:29 from Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
2012-05-04 10:39:38 from Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
2012-05-04 13:52:45 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-05-04 16:30:39 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-05-04 16:56:22 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-05-04 17:43:47 from Robert Haas <robertmhaas(at)gmail(dot)com>
2012-05-04 19:44:54 from Hannu Krosing <hannu(at)krosing(dot)net>
2012-05-05 09:06:15 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2012-05-05 09:13:14 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2012-05-04 19:49:56 from Hannu Krosing <hannu(at)krosing(dot)net>
2012-05-04 19:59:03 from Robert Haas <robertmhaas(at)gmail(dot)com>
2012-05-04 20:12:26 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-05-05 06:07:40 from Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
2012-05-04 20:40:18 from Hannu Krosing <hannu(at)krosing(dot)net>
2012-05-04 21:24:11 from "David Johnston" <polobo(at)yahoo(dot)com>
2012-05-05 06:06:38 from Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
2012-05-05 15:49:37 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-05-05 09:16:18 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2012-05-05 13:27:14 from Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
2012-05-01 21:29:12 from Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
2012-05-01 22:35:02 from "David Johnston" <polobo(at)yahoo(dot)com>
2012-05-02 00:41:14 from Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
2012-05-02 01:22:55 from David Johnston <polobo(at)yahoo(dot)com>
2012-05-02 08:52:11 from Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
2012-05-01 16:12:11 from Hannu Krosing <hannu(at)2ndQuadrant(dot)com>
Lists:
pgsql-hackers
Andrew Dunstan <andrew(at)dunslane(dot)net> writes:
> Let me just point out two things. First, we are approaching a beta release.
> The time for changing this is long since gone, IMNSHO.
This is our last chance to get it right, so that argument doesn't seem
to me to carry a lot of weight ...
> Second, RFC 4627 is absolutely clear: a valid JSON value can only be an
> object or an array, so this thing about converting arbitrary datum values
> to JSON is a fantasy. If anything, we should adjust the JSON input routines
> to disallow anything else, rather than start to output what is not valid
> JSON.
... but this one does.
regards, tom lane
In response to
Responses
pgsql-hackers by date
Next :From: Joey AdamsDate: 2012-05-01 16:56:20
Subject : Re: JSON in 9.2 - Could we have just one to_json() function
instead of two separate versions ?
Previous :From : Merlin MoncureDate : 2012-05-01 16:33:10
Subject : Re: JSON in 9.2 - Could we have just one to_json() function
instead of two separate versions ?