multi-type array

Started by Brett McCormickover 27 years ago1 messages
#1Brett McCormick
pgsql@chicken.org

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?