Re: Allow ON CONFLICT DO UPDATE to return EXCLUDED values

2025-10-18 Thread v...@viktorh.net
(I realised I created a new thread by mistake, hopefully now I’ll get things back into the main one) On 7 Oct 2025 at 23:52 +0200, Dean Rasheed , wrote: On Tue, 7 Oct 2025 at 14:56, Viktor Holmberg wrote: I’ve looked through this patch. As far as I can tell, everything looks good, working and

Re: INSERT ... ON CONFLICT DO SELECT [FOR ...] take 2

2025-09-03 Thread v...@viktorh.net
Hello, I was working on my own patch for the same thing, until I found this was already there. I think this would be very useful for a lot of people. Do you need any help moving this forward Anderas? I have both tests and docs written, although not for the FOR UPDATE part. > On 25 Jun 2025, at

Re: ON CONFLICT DO SELECT (take 3)

2025-11-17 Thread v...@viktorh.net
Thanks for the review Jian. Much appreciated. Apologies for the multiple email threads - just my email client mucking up the threads. This should hopefully bring them back to the mail thread. I’ll go over it and make changes this week. One question - why break out the OnConflictSet/ActionState re