Re: BUG #15940: json_populate_recordset fails with ERROR: record type has not been registered
mathi joshi <maithili.manurkar@gmail.com>
From: mathi joshi <maithili.manurkar@gmail.com>
To: yarexeray@gmail.com,
pgsql-bugs@lists.postgresql.org
Date: 2019-08-06T06:42:31Z
Lists: pgsql-bugs
> 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
> );
>
Commits
-
Restore json{b}_populate_record{set}'s ability to take type info from AS.
- e136a0d8ca31 13.0 landed
- cdc8d371e27d 12.0 landed
- 2b24cf91a8e2 11.6 landed
-
Support domains over composite types.
- 37a795a60b4f 11.0 cited