json_populate_recordset

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема json_populate_recordset
Дата
Msg-id 2a8ae0b7-1fd4-869a-a25e-d598968898c9@aklaver.com
обсуждение исходный текст
Ответы Re: json_populate_recordset
Список pgsql-general
 From here:

https://www.postgresql.org/docs/10/static/functions-json.html

select * from json_populate_record(null::myrowtype, '{"a": 1, "b": ["2", 
"a b"], "c": {"d": 4, "e": "a b c"}}')

What is the null::myrowtype doing?


Thanks,
-- 
Adrian Klaver
adrian.klaver@aklaver.com


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

Предыдущее
От: Daniel Baktiar
Дата:
Сообщение: Re: Microsoft buys GitHub, is this a threat to open-source
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: json_populate_recordset