Re: ON CONFLICT DO SELECT (take 3)
Dean Rasheed <dean.a.rasheed@gmail.com>
From: Dean Rasheed <dean.a.rasheed@gmail.com>
To: Viktor Holmberg <v@viktorh.net>
Cc: pgsql-hackers@postgresql.org
Date: 2025-11-10T09:21:29Z
Lists: pgsql-hackers
Attachments
- v8-0001-Add-support-for-ON-CONFLICT-DO-SELECT-FOR.patch (text/x-patch)
- v8-0002-Review-comments-for-ON-CONFLICT-DO-SELECT.patch (text/x-patch)
- v8-0003-Remaning-fixes-for-ON-CONFLICT-DO-SELECT.patch (text/x-patch)
On Tue, 7 Oct 2025 at 12:57, Viktor Holmberg <v@viktorh.net> wrote: > > This patch implements ON CONFLICT DO SELECT. > I’ve kept the patches proposed there separate, in case any of the people involved back then would like to pick it up again. > > Grateful in advance to anyone who can help reviewing! Thanks for picking this up. I haven't looked at it yet, but I'm planning to do so. In the meantime, I noticed that the cfbot didn't pick up your latest patches, and is still running the v7 patches, presumably based on their names. So here they are as v8 (rebased, plus a couple of indentation fixes in 0003, but no other changes). Regards, Dean