Re: User-defined type arrays? - Mailing list pgsql-novice

From Tom Lane
Subject Re: User-defined type arrays?
Date
Msg-id 29350.1098576703@sss.pgh.pa.us
Whole thread Raw
In response to User-defined type arrays?  (Eric Bieschke <eric@savagebeast.com>)
List pgsql-novice
Eric Bieschke <eric@savagebeast.com> writes:
> I believe this is possible, as the PostGres 7.4 documentation at
> http://www.postgresql.org/docs/7.4/static/arrays.html says "Arrays of
> any built-in type or user-defined type can be created."

It should probably say "any user-defined scalar type".  We don't currently
support arrays of composite types.  I think there might be now be
enough infrastructure in place that it wouldn't be too hard to add that
feature, but it surely won't be available before 8.1.

            regards, tom lane

pgsql-novice by date:

Previous
From: Eric Bieschke
Date:
Subject: User-defined type arrays?
Next
From: "cristivoinicaru"
Date:
Subject: sql interogation