[BUGS] json and jsonb bug report

Поиск
Список
Период
Сортировка
От Atsushi Ide
Тема [BUGS] json and jsonb bug report
Дата
Msg-id CABMs07T0JgzdZe99M8ZKkUKfOJkJMRoO+WNAZSK2PVfm=Ap2TA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [BUGS] json and jsonb bug report  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-bugs
Hi

I found a bug in json and jsonb with null value.

select '{"a":null}'::json;
select '{"a":null}'::jsonb;

it's OK, but followings are returned error.

select '{"a":NULL}'::json;
select '{"a":NULL}'::jsonb;

please fix this bug.
thanks.

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

Предыдущее
От: yxq@o2.pl
Дата:
Сообщение: [BUGS] BUG #14785: Logical replication does not work after adding a column.Bug?
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [BUGS] json and jsonb bug report