multi-type array

From: Brett McCormick <pgsql(at)chicken(dot)org>
To: pgsql-hackers(at)hub(dot)org
Subject: multi-type array
Date: 1998-08-06 22:33:41
Message-ID: 13770.12101.747626.89615@web0.speakeasy.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I'm thinking of making a multi-type array but I have a sinking feeling
that it cannot be indexed in the standard way, i.e.

select table.field[i] from table;

am I correct? is there any way around this?

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-08-06 23:10:49 Re: [HACKERS] Large objects names
Previous Message Brett McCormick 1998-08-06 22:19:21 Re: [HACKERS] CVS and the backend