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 →
  1. Add support for INSERT ... ON CONFLICT DO SELECT.

Attachments

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