Re: ON CONFLICT DO SELECT (take 3)

From: Viktor Holmberg <v(at)viktorh(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: ON CONFLICT DO SELECT (take 3)
Date: 2025-11-14 14:34:08
Message-ID: 5fca222d-62ae-4a2f-9fcb-0eca56277094@Spark
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here are some updates that needed to be done after the improvements to the RLS docs / tests in 7dc4fa & 2e8424.

> On 10 Nov 2025, at 11:18, Viktor Holmberg <v(at)viktorh(dot)net> wrote:
>
> Ah, must’ve been that I added the previous thread for referene on the commitfest entry. Thanks for sorting that out.
> Looking forward to your review!
>
> /Viktor
> On 10 Nov 2025 at 10:21 +0100, Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>, wrote:
> > On Tue, 7 Oct 2025 at 12:57, Viktor Holmberg <v(at)viktorh(dot)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

Attachment Content-Type Size
v10-0001-Add-support-for-ON-CONFLICT-DO-SELECT-FOR.patch application/octet-stream 51.4 KB
v10-0002-Review-comments-for-ON-CONFLICT-DO-SELECT.patch application/octet-stream 35.1 KB
v10-0003-Remaning-fixes-for-ON-CONFLICT-DO-SELECT.patch application/octet-stream 40.6 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2025-11-14 14:40:46 Re: BUG #19095: Test if function exit() is used fail when linked static
Previous Message David G. Johnston 2025-11-14 14:25:54 Re: Document NULL