Re: strip nulls functions for json and jsonb

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: strip nulls functions for json and jsonb
Дата
Msg-id CAA-aLv4NCxR7fxZDt2eLJUvPV3ENP-uTmF_cBJsfMWR4TX7nsA@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
On 26 October 2014 20:07, Andrew Dunstan <andrew@dunslane.net> wrote:

On 10/26/2014 03:50 PM, Pavel Stehule wrote:
Hi

I have a question,

what is expected result of null strip of

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

?



Please remember not to top-post.

The above is not legal json, so the answer would be an error.

I believe Pavel means:

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

--
Thom

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: strip nulls functions for json and jsonb
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Performance regression: 9.2+ vs. ScalarArrayOpExpr vs. ORDER BY