Re: Records, Types, and Arrays

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: Records, Types, and Arrays
Дата
Msg-id CAKFQuwYs5-g-gk7q+KqQPBnEyVQkHHVa=W82akA9osm5hATQFg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Records, Types, and Arrays  (Raymond Brinzer <ray.brinzer@gmail.com>)
Ответы Re: Records, Types, and Arrays
Список pgsql-general
On Thursday, May 18, 2023, Raymond Brinzer <ray.brinzer@gmail.com> wrote:

scratch=# select row(2,3)::test_type;

Unknown typed value, immediately converted to a known concrete instance of test_type. It is never actually resolved as record.

All of the others must concretely be resolved to record to escape their query level, and if you then try to cast the concrete record to some other concrete type a cast needs to exist.

David J.

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

Предыдущее
От: Raymond Brinzer
Дата:
Сообщение: Re: Records, Types, and Arrays
Следующее
От: Raymond Brinzer
Дата:
Сообщение: Re: Records, Types, and Arrays