Re: strip nulls functions for json and jsonb

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: strip nulls functions for json and jsonb
Дата
Msg-id CAFj8pRCWCoXZiiytkvuNiuw=9-u6hXQeOO8qL4r3N1vqPo2u4A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: strip nulls functions for json and jsonb  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: strip nulls functions for json and jsonb
Список pgsql-hackers
Hi

I have a question,

what is expected result of null strip of

{"a": {"b": null, "c", null"} }

?

2014-10-26 19:59 GMT+01:00 Andrew Dunstan <andrew@dunslane.net>:

On 10/16/2014 04:12 PM, Pavel Stehule wrote:


1. missing documentation

2. I miss more comments related to this functions. This code is relative simple, but some more explanation can be welcome.

3. why these functions are marked as "stable"?



New patch:

Docs added, functions marked immutable, more comments added.

cheers

andrew

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: strip nulls functions for json and jsonb
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: strip nulls functions for json and jsonb