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

From Josh Berkus
Subject Re: [PATCH] Support for foreign keys with arrays
Date
Msg-id 4EC49777.5070000@agliodbs.com
Whole thread Raw
In response to Re: [PATCH] Support for foreign keys with arrays  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [PATCH] Support for foreign keys with arrays  (Josh Berkus <josh@agliodbs.com>)
Re: [PATCH] Support for foreign keys with arrays  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> BTW, has anyone thought through whether this is a sane idea at all?
> It seems to me to be full of cases that will require rather arbitrary
> decisions, like whether ON DELETE CASCADE should involve deleting the
> whole row or just one array element.

One array element, presumably.

Does the patch implement CASCADE?

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PATCH] Support for foreign keys with arrays
Next
From: Pavel Stehule
Date:
Subject: Re: [PATCH] Support for foreign keys with arrays