Re: [PATCH] Partial foreign key updates in referential integrity triggers
David Steele <david@pgmasters.net>
From: David Steele <david@pgmasters.net>
To: Paul Martinez <paulmtz@google.com>, pgsql-hackers@postgresql.org
Date: 2021-03-18T13:52:16Z
Lists: pgsql-hackers
On 1/5/21 4:40 PM, Paul Martinez wrote: > > I've created a patch to better support referential integrity constraints when > using composite primary and foreign keys. This patch allows creating a foreign > key using the syntax: <snip> > I previously proposed this feature about a year ago [1], but I don't feel like > the arguments against it were very strong. Perhaps not, but Tom certainly didn't seem in favor of this feature, at the least. Since the patch has not attracted any review/comment I propose to move it to the next CF since it doesn't seem a likely candidate for PG14. I'll do that on March 23 unless there are arguments to the contrary. Regards, -- -David david@pgmasters.net
Commits
-
Allow specifying column list for foreign key ON DELETE SET actions
- d6f96ed94e73 15.0 landed
-
doc: Add referential actions to CREATE/ALTER TABLE synopsis
- db9f287711ac 15.0 landed