Re: jsonb - jsonb operators - Mailing list pgsql-hackers

From Dmitry Dolgov
Subject Re: jsonb - jsonb operators
Date
Msg-id CA+q6zcWQyVDzGXX8_EbouS-B1x5sbio3Ta6EYF5i1x8Yq88ipw@mail.gmail.com
Whole thread
In response to Re: jsonb - jsonb operators  (Glyn Astill <glynastill@yahoo.co.uk>)
Responses Re: jsonb - jsonb operators
List pgsql-hackers
 if there's any future intention to add a delete operator that removes element/pair matches?

I think the operator (jsonb - jsonb) is logical because we have a shallow concatenation function (something like a "union" operation), but we have nothing like "set difference" and "intersection" functions. Actually, I thought to implement these functions (at least for jsonbx). But of course this function should be quite simple and consider only full key/value matching as a target.

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Support for N synchronous standby servers - take 2
Next
From: Craig Ringer
Date:
Subject: Re: pglogical - logical replication contrib module