Re: [PATCH] Support for Array ELEMENT Foreign Keys - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCH] Support for Array ELEMENT Foreign Keys
Date
Msg-id 5086DA4A.4040306@gmx.net
Whole thread Raw
In response to Re: [PATCH] Support for Array ELEMENT Foreign Keys  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 10/22/12 4:22 PM, Tom Lane wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
>> Well, I think if that's the best we can do, you original proposal of
>> ditching the column constraint syntax altogether might be for the
>> best.  I wasn't too excited about that before, but I think having two
>> different syntaxes is going to be even worse.  In some ways, it's
>> actually sort of sensible, because the referring side isn't really the
>> column itself; it's some value extracted therefrom.  You can imagine
>> other variants of that as well, such as the recently-suggested
> 
>> FOREIGN KEY ((somecol).member_name) REFERENCES othertab (doohicky)
> 
>> Now, what would the column-constraint version of that look like?  Is
>> it even sensible to think that there SHOULD be a column-constraint
>> version of that?  I'm not convinced it is sensible, so maybe decreeing
>> that the table constraint version must be used to handle all
>> non-trivial cases is more sensible than I initially thought.
> 
> I could easily go with that ...

I'm getting around to that conclusion as well.





pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Successor of MD5 authentication, let's use SCRAM
Next
From: Alvaro Herrera
Date:
Subject: Re: Re: [WIP] Performance Improvement by reducing WAL for Update Operation