Re: Supporting MERGE on updatable views
Dean Rasheed <dean.a.rasheed@gmail.com>
From: Dean Rasheed <dean.a.rasheed@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-02-24T05:43:53Z
Lists: pgsql-hackers
Attachments
- support-merge-into-view-v6.patch (text/x-patch) patch v6
On Tue, 7 Feb 2023 at 10:03, Dean Rasheed <dean.a.rasheed@gmail.com> wrote: > > Updated version attached. > Rebased version attached. Regards, Dean
Commits
-
Support MERGE into updatable views.
- 5f2e179bd31e 17.0 landed
-
Remove field UpdateContext->updated in nodeModifyTable.c
- 362de947cd7e 17.0 landed
-
Remove dummy_spinlock
- 55627ba2d334 17.0 cited