Re: mogrify and indent features for jsonb

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: mogrify and indent features for jsonb
Дата
Msg-id 55006879.2050601@dunslane.net
обсуждение исходный текст
Ответ на Re: mogrify and indent features for jsonb  (Ilya Ashchepkov <koctep@gmail.com>)
Список pgsql-hackers
On 03/11/2015 04:05 AM, Ilya Ashchepkov wrote:
> On Sat, 14 Feb 2015 22:06:07 -0500
> Andrew Dunstan <andrew@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





В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: procost for to_tsvector
Следующее
От: Robert Haas
Дата:
Сообщение: Re: One question about security label command