Re: SQL/JSON in PostgreSQL
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Oleg Bartunov <obartunov@gmail.com>
Cc: 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-07T19:38:57Z
Lists: pgsql-hackers
Hi, On 2017-03-07 12:21:59 +0300, Oleg Bartunov wrote: > On 2017-03-03 15:49:38 -0500, David Steele wrote: > > I propose we move this patch to the 2017-07 CF so further development > > and review can be done without haste and as the standard becomes more > > accessible. +1 > I wanted to have one more good feature in 10 and let postgres be on par > with other competitors. SQL/JSON adds many interesting features and users > will be dissapointed if we postpone it for next two years. Let's wait for > reviewers, probably they will find the patch is not very intrusive. I think it's way too late to late for a patch of this size for 10. And I don't think it's fair to a lot of other patches of significant size that have been submitted way earlier, that also need reviewing resources, to say that we can just see whether it'll get the required resources. > 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... - Andres
Commits
-
SQL/JSON: support the IS JSON predicate
- 6ee30209a6f1 16.0 landed
-
SQL/JSON: add standard JSON constructor functions
- 7081ac46ace8 16.0 landed