Array of Objects

Поиск
Список
Период
Сортировка
От Cima
Тема Array of Objects
Дата
Msg-id 002201c52bdf$9440e730$270110ac@facinf.uho.edu.cu
обсуждение исходный текст
Ответы Re: Array of Objects  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-novice
hi,
 
im working with Postgresql 8.0.1 and i was wondering if is it possible to make an array of objects, say for example an array of tables.
 
my_table(col1 int , col2 varchar(5));
another_table (col3 int, col4 ?)
i would like col4 to be an array of my_table.
 
thanx.
 
 

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Multidimensional arrays in plpgsql
Следующее
От: "Erik Dahlstrand"
Дата:
Сообщение: Re: [despammed] Destination table by variable?