> On 06-Aug-2019, at 12:11 PM, PG Bug reporting form <noreply@postgresql.org> wrote:
>
> The following bug has been logged on the website:
>
> Bug reference: 15940
> Logged by: Jaroslav Sivy
> Email address: yarexeray@gmail.com
> PostgreSQL version: 11.2
> Operating system: freebsd
> Description:
>
> Following query works fine in previous freebsd versions
>
> SELECT
> id_item
> FROM json_populate_recordset(null::record, '[{"id_item":776}]')
> AS
> (
> id_item int
> );
>