Re: INSERT ... ON CONFLICT DO SELECT [FOR ...] take 2
Andreas Karlsson <andreas@proxel.se>
From: Andreas Karlsson <andreas@proxel.se>
To: pgsql-hackers <pgsql-hackers@postgresql.org>,
Marko Tiikkaja <marko@joh.to>
Date: 2024-12-03T08:52:43Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Add support for INSERT ... ON CONFLICT DO SELECT.
- 88327092ff06 19 (unreleased) landed
Attachments
- v3-0001-Add-support-for-ON-CONFLICT-DO-SELECT-FOR.patch (text/x-patch) patch v3-0001
Hi, Here is an updated version of the patch which fixes a few small bugs, including making sure it checks the update permission plus a bug found by Joel Jacobsson when it was called by SPI. Andreas