Re: Array in a Type

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Omachonu Ogali <missnglnk(at)informationwave(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Array in a Type
Date: 2005-11-04 04:39:33
Message-ID: 9783.1131079173@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Omachonu Ogali <missnglnk(at)informationwave(dot)net> writes:
> I've created a type that contains a few types and an array. But when
> I try to create an array from that in a table, I get a '"type[]" does
> not exist' error. The manual says that the array type is configured
> automatically when a type is created, but this doesn't appear to be
> the case. Am I missing something?

The manual says

: Arrays of any built-in or user-defined base type can be created.
: (Arrays of composite types or domains are not yet supported, however.)
^^^^^^^^^^^^^^^

Sorry.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Robert Treat 2005-11-04 04:59:43 Re: Oracle 10g Express - any danger for Postgres?
Previous Message vishal saberwal 2005-11-04 03:59:41 Image File System Question