Re: INSERT ... ON CONFLICT DO SELECT [FOR ...] take 2
Kirill Reshke <reshkekirill@gmail.com>
From: Kirill Reshke <reshkekirill@gmail.com>
To: Andreas Karlsson <andreas@proxel.se>
Cc: Joel Jacobson <joel@compiler.org>,
pgsql-hackers <pgsql-hackers@postgresql.org>, Marko Tiikkaja <marko@joh.to>
Date: 2025-03-10T13:10:48Z
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
On Mon, 10 Mar 2025 at 18:05, Kirill Reshke <reshkekirill@gmail.com> wrote: > > On Wed, 5 Mar 2025 at 07:33, Andreas Karlsson <andreas@proxel.se> wrote: > > > > On 3/4/25 10:24 AM, Andreas Karlsson wrote: > > > Rebased the patch to add support for OLD.* and NEW.*. > > > > Apparently the CI did not like that version. > > > > Andreas > > Hi! > Applied v6. > > 1) Should we answer INSERT 0 10 here? Sorry, i mean: INSERT 0 0 -- Best regards, Kirill Reshke