Re: Array of created types

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kelly Burkhart <kelly(at)tradebotsystems(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Array of created types
Date: 2005-09-01 16:10:57
Message-ID: 21216.1125591057@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kelly Burkhart <kelly(at)tradebotsystems(dot)com> writes:
> The create type documentation says that postgres silently creates an
> array type for each base type with an underscore prepended to the base
> name.

"Base type" in this context specifically means "not composite type".
We may support that someday, but it doesn't work now.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Huxton 2005-09-01 16:12:53 Re: Don't understand transaction error
Previous Message Michael Fuhr 2005-09-01 16:05:32 Re: Order By for aggregate functions (Simulating Group_concat)