Array of Objects

From: "Cima" <ruel(dot)cima(at)facinf(dot)uho(dot)edu(dot)cu>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: Array of Objects
Date: 2005-03-18 17:25:41
Message-ID: 002201c52bdf$9440e730$270110ac@facinf.uho.edu.cu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Celia McInnis 2005-03-18 18:23:42 Re: Multidimensional arrays in plpgsql
Previous Message Afton & Ray Still 2005-03-18 17:05:13 Re: [despammed] Re: Destination table by variable?