Re: limitations of constraints, possible bugs - Mailing list pgsql-general

From Bruce Momjian
Subject Re: limitations of constraints, possible bugs
Date
Msg-id 200608161459.k7GExHd14173@momjian.us
Whole thread Raw
In response to Re: limitations of constraints, possible bugs  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: limitations of constraints, possible bugs  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Tom Lane wrote:
> craigp <craigp98072@yahoo.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@momjian.us
  EnterpriseDB    http://www.enterprisedb.com

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

pgsql-general by date:

Previous
From: "Matteo Bertini"
Date:
Subject: hint unique result fro union
Next
From: Stephan Szabo
Date:
Subject: Re: Weird join result