Re: array variables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: array variables
Дата
Msg-id 6472.1226584353@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: array variables  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Ответы Re: array variables  ("Pavel Stehule" <pavel.stehule@gmail.com>)
Список pgsql-sql
"Pavel Stehule" <pavel.stehule@gmail.com> writes:
> 2008/11/13 Tom Lane <tgl@sss.pgh.pa.us>:
>> My example was done in 8.3.

> I tested it with error:

> postgres=# select array(select row(a,b) from f);
> ERROR:  could not find array type for datatype record

You left out the cast to a named rowtype --- that's not optional,
unfortunately.
        regards, tom lane


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

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: array variables
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: array variables