Re: Exclusion Constraints on Arrays? - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: Exclusion Constraints on Arrays?
Date
Msg-id 4DC8D284-05CF-4E3D-9670-AC9A32C37A36@justatheory.com
Whole thread Raw
In response to Re: Exclusion Constraints on Arrays?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On May 22, 2012, at 9:56 AM, Tom Lane wrote:

> It seems probably workable given that we expect the pending list to be
> of fairly constrained size.  However, the commit message referenced
> upthread also muttered darkly about GIN's partial match logic not working
> in amgettuple.  I do not recall the details of that issue, but unless we
> can solve that one too, there's not much use in fixing this one.

Well, what about a GiST operator family/class for arrays?

Best,

David



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Add primary key/unique constraint using prefix columns of an index
Next
From: Robert Haas
Date:
Subject: Re: WIP: parameterized function scan