Re: User-defined type arrays?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Eric Bieschke <eric(at)savagebeast(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: User-defined type arrays?
Date: 2004-10-24 00:11:43
Message-ID: 29350.1098576703@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Eric Bieschke <eric(at)savagebeast(dot)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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Scott Marlowe 2004-10-24 01:08:44 Re: Log
Previous Message Eric Bieschke 2004-10-24 00:01:23 User-defined type arrays?