Re: limitations of constraints, possible bugs

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: craigp <craigp98072(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: limitations of constraints, possible bugs
Date: 2006-08-16 14:59:17
Message-ID: 200608161459.k7GExHd14173@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
> craigp <craigp98072(at)yahoo(dot)com> 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 bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2006-08-16 15:05:57 Re: limitations of constraints, possible bugs
Previous Message Harald Armin Massa 2006-08-16 14:35:24 Re: Weird join result