Re: [PATCH] Support for foreign keys with arrays

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Support for foreign keys with arrays
Date: 2011-11-17 05:11:19
Message-ID: 4EC49777.5070000@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2011-11-17 05:14:19 Re: [PATCH] Support for foreign keys with arrays
Previous Message Tom Lane 2011-11-17 05:08:32 Re: [PATCH] Support for foreign keys with arrays