Re: limitations of constraints, possible bugs

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(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 15:05:57
Message-ID: 20140.1155740757@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> Added to TODO:
> * Add support for arrays of domains

I think BTW that this should be pretty low-hanging fruit given the
recent rewrite of domain_in(). I don't think array_in() should need to
care now whether the array elements are domains, whereas in the original
design there would have had to be explicit support for domains added to
the array code. There might be some performance issues, ie, making sure
the stack of array_in and domain_in can cache data at both levels, but
that seems eminently solvable.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Poul Møller Hansen 2006-08-16 15:20:27 Re: Segmentation Fault
Previous Message Bruce Momjian 2006-08-16 14:59:17 Re: limitations of constraints, possible bugs