Re: SQL/JSON in PostgreSQL
Oleg Bartunov <obartunov@gmail.com>
From: Oleg Bartunov <obartunov@gmail.com>
To: David Steele <david@pgmasters.net>
Cc: Andres Freund <andres@anarazel.de>,
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-08T18:36:13Z
Lists: pgsql-hackers
On Wed, Mar 8, 2017 at 7:05 AM, David Steele <david@pgmasters.net> wrote: > On 3/7/17 11:38 AM, Andres Freund wrote: > > <...> > > We have a plenty of time and we dedicate one full-time developer for >>> this project. >>> >> >> How about having that, and perhaps others, developer participate in >> reviewing patches and getting to the bottom of the commitfest? Should >> we end up being done early, we can look at this patch... There's not >> been review activity corresponding to the amount of submissions from >> pgpro... >> > > This patch has been moved to CF 2017-07. > Yes, after committing XMLTABLE, we anyway need to extend its infrastructure to support JSON_TABLE. > > -- > -David > david@pgmasters.net >
Commits
-
SQL/JSON: support the IS JSON predicate
- 6ee30209a6f1 16.0 landed
-
SQL/JSON: add standard JSON constructor functions
- 7081ac46ace8 16.0 landed