Re: [PATCH] Support for foreign keys with arrays - Mailing list pgsql-hackers

From Marco Nenciarini
Subject Re: [PATCH] Support for foreign keys with arrays
Date
Msg-id 1326568173.2613.14.camel@greygoo.devise-it.lan
Whole thread Raw
In response to Re: [PATCH] Support for foreign keys with arrays  (Noah Misch <noah@leadboat.com>)
Responses Re: [PATCH] Support for foreign keys with arrays  ("Erik Rijkers" <er@xs4all.nl>)
List pgsql-hackers
Hello,

Il giorno dom, 11/12/2011 alle 19.45 -0500, Noah Misch ha scritto:
> On Sat, Dec 10, 2011 at 09:47:53AM +0100, Gabriele Bartolini wrote:
> > So, here is a summary:
> >
> > --------------- --------- ---------
> >                |   ON    |   ON    |
> > Action         | DELETE  | UPDATE  |
> > --------------- --------- ---------
> > CASCADE        |   Row   |  Error  |
> > SET NULL       |   Row   |   Row   |
> > SET DEFAULT    |   Row   |   Row   |
> > ARRAY CASCADE  | Element | Element |
> > ARRAY SET NULL | Element | Element |
> > NO ACTION      |    -    |    -    |
> > RESTRICT       |    -    |    -    |
> > --------------- --------- ---------
> >
> > If that's fine with you guys, Marco and I will refactor the development
> > based on these assumptions.
>
> Looks fine.
>

This is our latest version of the patch. Gabriele, Gianni and I have
discussed a lot and decided to send an initial patch which uses EACH
REFERENCES instead of ARRAY REFERENCES. The reason behind this is that
ARRAY REFERENCES generates an ambiguous grammar, and we all agreed that
EACH REFERENCES makes sense (and the same time does not introduce any
new keyword). This is however open for discussion.


The patch now includes the following clauses on the delete/update
actions - as per previous emails:


--------------- --------- ---------
               |   ON    |   ON    |
Action         | DELETE  | UPDATE  |
--------------- --------- ---------
CASCADE        |   Row   |  Error  |
SET NULL       |   Row   |   Row   |
SET DEFAULT    |   Row   |   Row   |
ARRAY CASCADE  | Element | Element |
ARRAY SET NULL | Element | Element |
NO ACTION      |    -    |    -    |
RESTRICT       |    -    |    -    |
--------------- --------- ---------


We will resubmit the patch for the 2012-01 commit fest.


Thank you,
Marco


--
Marco Nenciarini - System manager @ Devise.IT
marco.nenciarini@devise.it | http://www.devise.it


Attachment

pgsql-hackers by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: pg_basebackup is not checking IDENTIFY_SYSTEM numbre of columns
Next
From: Heikki Linnakangas
Date:
Subject: Re: Vacuum rate limit in KBps