[GENERAL] Desired behavior for || (jsonb_concat)

Поиск
Список
Период
Сортировка
От Seamus Abshere
Тема [GENERAL] Desired behavior for || (jsonb_concat)
Дата
Msg-id 1499379924.87973.1032871472.55431938@webmail.messagingengine.com
обсуждение исходный текст
Ответы Re: [GENERAL] Desired behavior for || (jsonb_concat)
Список pgsql-general
hi,

# select '{"a":1}'::jsonb || null;
 ?column?
----------
 null
(1 row)

Is there a theoretical reason that this has to return null as opposed to
just {"a":1}?

Thanks,
Seamus

--
Seamus Abshere, SCEA
https://github.com/seamusabshere
https://linkedin.com/in/seamusabshere
https://www.faraday.io


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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: [GENERAL] psql doesn't pass on exported shell environment functions
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [GENERAL] Desired behavior for || (jsonb_concat)