Re: jsonb array-style subscription
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Dmitry Dolgov <9erthalion6@gmail.com>
Cc: Jim Nasby <Jim.Nasby@bluetreble.com>, Tom Lane <tgl@sss.pgh.pa.us>,
Vitaly Burovoy <vitaly.burovoy@gmail.com>,
Alvaro Herrera <alvherre@2ndquadrant.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2016-03-18T12:03:12Z
Lists: pgsql-hackers
Hi Dmitry, On 3/3/16 5:31 AM, Dmitry Dolgov wrote: >> If the patch were proposing a similar amount of new infrastructure to >> support some datatype-extensible concept of subscripting, I'd be much >> happier about it. > > Well, actually, I agree with that. I can try to rework the patch to > achieve this goal. Do you have an updated patch ready? If so please post it by Monday or this patch will be marked "returned with feedback". Thanks, -- -David david@pgmasters.net
Commits
-
Throw error when assigning jsonb scalar instead of a composite object
- aa6e46daf530 14.0 landed
-
Filling array gaps during jsonb subscripting
- 81fcc72e6622 14.0 landed
-
Implementation of subscripting for jsonb
- 676887a3b0b8 14.0 landed