Re: SQL/JSON in PostgreSQL
Nico Williams <nico@cryptonector.com>
From: Nico Williams <nico@cryptonector.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: "Sven R. Kunze" <srkunze@mail.de>, Peter van Hardenberg <pvh@pvh.ca>, Andres Freund <andres@anarazel.de>, Oleg Bartunov <obartunov@gmail.com>, David Steele <david@pgmasters.net>, Pavel Stehule <pavel.stehule@gmail.com>, Pgsql Hackers <pgsql-hackers@postgresql.org>, Nikita Glukhov <n.gluhov@postgrespro.ru>, Teodor Sigaev <teodor@postgrespro.ru>, Alexander Korotkov <a.korotkov@postgrespro.ru>, andrew Dunstan <andrew@dunslane.net>
Date: 2017-03-13T06:16:51Z
Lists: pgsql-hackers
On Thu, Mar 09, 2017 at 12:58:55PM -0500, Robert Haas wrote: > On Thu, Mar 9, 2017 at 12:48 PM, Sven R. Kunze <srkunze@mail.de> wrote: > > On 08.03.2017 20:48, Peter van Hardenberg wrote: > >> > >> Small point of order: YAML is not strictly a super-set of JSON. > > > > I haven't read the whole standard, but from what I can see the standard > > considers JSON an official subset of itself: > > http://www.yaml.org/spec/1.2/spec.html > > But there's apparent sophistry, like this, in that spec: I agree with you. But beware, the IETF has had multiple threads with thousands of posts in them about these sorts of issues. If you're not careful you'll have such a thread on this list too. It would be very sad not to only let a group that really cares have such threads instead. :) Nico --
Commits
-
SQL/JSON: support the IS JSON predicate
- 6ee30209a6f1 16.0 landed
-
SQL/JSON: add standard JSON constructor functions
- 7081ac46ace8 16.0 landed