Re: example of json_to_record(json) not working

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: example of json_to_record(json) not working
Дата
Msg-id CAKFQuwbXOSvDMP67=eYhRjCaYcj0oSs0NaqejexXEbTPbH91uQ@mail.gmail.com
обсуждение исходный текст
Ответ на example of json_to_record(json) not working  (Sébastien DELOBEL <sdelobel@hotmail.com>)
Список pgsql-bugs
On Monday, September 3, 2018, Sébastien DELOBEL <sdelobel@hotmail.com> wrote:

This  

 (123,"a b c")


Is not the same thing as this
 


 {"a": 123, "b": "a b c"}

The record stuff requires a reference type to convert the json stuff too.  The developer is responsible for ensuring a corresponding type or table (implicit type) exists.

David J.
 

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: example of json_to_record(json) not working
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: BUG #15324: Non-deterministic behaviour from parallelised sub-query