Re: [PATCH] Partial foreign key updates in referential integrity triggers
Paul Martinez <hellopfm@gmail.com>
From: Paul Martinez <hellopfm@gmail.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Ibrar Ahmed <ibrar.ahmad@gmail.com>,
pgsql-hackers <pgsql-hackers@postgresql.org>, Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Date: 2021-09-02T19:10:35Z
Lists: pgsql-hackers
Attachments
- referential-actions-set-cols-v3.patch (application/octet-stream) patch v3
- referential-actions-on-delete-only-set-cols-v2.patch (application/octet-stream) patch v2
On Wed, Sep 1, 2021 at 4:11 AM Daniel Gustafsson <daniel@yesql.se> wrote: > This patch no longer applies, can you please submit a rebased version? It > currently fails on catversion.h, to keep that from happening repeatedly you can > IMO skip that from the patch submission. Ah, understood. Will do that in the future. Attached are rebased patches, not including catversion.h changes, for both the ON UPDATE/DELETE case, and the ON DELETE only case. - Paul
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