[BUGS] json and jsonb bug report - Mailing list pgsql-bugs

From Atsushi Ide
Subject [BUGS] json and jsonb bug report
Date
Msg-id CABMs07T0JgzdZe99M8ZKkUKfOJkJMRoO+WNAZSK2PVfm=Ap2TA@mail.gmail.com
Whole thread Raw
Responses Re: [BUGS] json and jsonb bug report  ("David G. Johnston" <david.g.johnston@gmail.com>)
List 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 by date:

Previous
From: yxq@o2.pl
Date:
Subject: [BUGS] BUG #14785: Logical replication does not work after adding a column.Bug?
Next
From: "David G. Johnston"
Date:
Subject: Re: [BUGS] json and jsonb bug report