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 Raw
In response to Re: jsonb - jsonb operators  (Glyn Astill <glynastill@yahoo.co.uk>)
Responses Re: jsonb - jsonb operators  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
<div dir="ltr">> <span style="font-size:13px"> if there's any future intention to add a delete operator that removes
element/pairmatches?</span><div class="gmail_extra"><div class="gmail_quote"><br /></div><div class="gmail_quote">I
thinkthe 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
thesefunctions (at least for jsonbx). But of course this function should be quite simple and consider only full
key/valuematching as a target.</div></div></div> 

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