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

From Tom Lane
Subject Re: [PATCH] Support for Array ELEMENT Foreign Keys
Date
Msg-id 28617.1351095467@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCH] Support for Array ELEMENT Foreign Keys  (Marco Nenciarini <marco.nenciarini@2ndquadrant.it>)
Responses Re: [PATCH] Support for Array ELEMENT Foreign Keys  (Thom Brown <thom@linux.com>)
List pgsql-hackers
Marco Nenciarini <marco.nenciarini@2ndquadrant.it> writes:
> Please find the attached refreshed patch (v2) which fixes the loose ends
> you found.

Attached is a v3 patch that updates the syntax per discussion, uses what
seems to me to be a saner (more extensible) catalog representation, and
contains assorted other code cleanup.  I have not touched the
documentation at all except for catalogs.sgml, so it still explains the
old syntax.  I have to stop working on this now, because I've already
expended more time on it than I should, and it still has the serious
problems mentioned in
http://archives.postgresql.org/message-id/16787.1351053391@sss.pgh.pa.us
and
http://archives.postgresql.org/message-id/28389.1351094795@sss.pgh.pa.us

I'm going to mark this Returned With Feedback for the current CF.

            regards, tom lane


Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCH] Support for Array ELEMENT Foreign Keys
Next
From: Phil Sorber
Date:
Subject: Re: proposal - assign result of query to psql variable