Tom Lane wrote:
> craigp <[EMAIL PROTECTED]> writes:
> > for instance, if i create a domain (D) with some constraint, and create a
> > table
> > with a column of type D[], will that domain constraint be enforced for each
> > element of the array?
>
> Currently we don't support arrays of domain types (this should get fixed
> sometime). If we did, then yeah, that's how it'd work.
Added to TODO:
* Add support for arrays of domains
--
Bruce Momjian [EMAIL PROTECTED]
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster