On 03/11/2015 04:05 AM, Ilya Ashchepkov wrote:
On Sat, 14 Feb 2015 22:06:07 -0500
Andrew Dunstan <and...@dunslane.net> wrote:
Hello.
I have function with recursive merging objects:
# SELECT jsonb_deep_extend('{"a": {"b": 6}}'::jsonb, '{"a": {"c":
7}}'::jsonb) AS new_jsonb;
new_jsonb
-------------------------
{"a": {"b": 6, "c": 7}}
https://github.com/koctep/jsonb-extend
I think this function may be useful for people too.
Could you add it to your patch? I don't have enough time to prepare
patch.
It's far too late to be adding new material.
cheers
andrew
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers