Re: jsonb concatenate operator's semantics seem questionable - Mailing list pgsql-hackers

From Ryan Pedela
Subject Re: jsonb concatenate operator's semantics seem questionable
Date
Msg-id CACu89FQrozyJ0YNKsC2cA4bohDGdcwEa_q4-FYmCVUteyKLDyQ@mail.gmail.com
Whole thread Raw
In response to Re: jsonb concatenate operator's semantics seem questionable  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
On Wed, May 20, 2015 at 12:34 PM, Andrew Dunstan <andrew@dunslane.net> wrote:

So Dmitry, at my suggestion, has come up with a way of doing that, by adding a parameter to jsonb_replace(). If this parameter is set to true (it defaults to false) and the key or array element pointed to by the last element of the path doesn't exist, it gets created.

+1 

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: GROUPING
Next
From: Tom Lane
Date:
Subject: Re: WIP: Enhanced ALTER OPERATOR