Re: Array of Objects

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Cima" <ruel(dot)cima(at)facinf(dot)uho(dot)edu(dot)cu>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Array of Objects
Date: 2005-03-18 19:27:56
Message-ID: 9716.1111174076@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

"Cima" <ruel(dot)cima(at)facinf(dot)uho(dot)edu(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Celia McInnis 2005-03-18 19:32:31 Re: Multidimensional arrays in plpgsql
Previous Message Erik Dahlstrand 2005-03-18 19:11:54 Re: [despammed] Destination table by variable?