Re: Array of Objects - Mailing list pgsql-novice

From Tom Lane
Subject Re: Array of Objects
Date
Msg-id 9716.1111174076@sss.pgh.pa.us
Whole thread Raw
In response to Array of Objects  ("Cima" <ruel.cima@facinf.uho.edu.cu>)
List 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 by date:

Previous
From: "Celia McInnis"
Date:
Subject: Re: Multidimensional arrays in plpgsql
Next
From: Tom Lane
Date:
Subject: Re: Multidimensional arrays in plpgsql