Re: Array of Objects

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Array of Objects
Дата
Msg-id 9716.1111174076@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Array of Objects  ("Cima" <ruel.cima@facinf.uho.edu.cu>)
Список pgsql-novice
"Cima" <ruel.cima@facinf.uho.edu.cu> writes:
> my_table(col1 int , col2 varchar(5));
> another_table (col3 int, col4 ?)
> i would like col4 to be an array of my_table.

Sorry, we don't currently support arrays of composite types.

            regards, tom lane

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

Предыдущее
От: "Celia McInnis"
Дата:
Сообщение: Re: Multidimensional arrays in plpgsql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Multidimensional arrays in plpgsql