Re: Savepoint

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: splarv(at)ya(dot)ru, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Savepoint
Date: 2024-10-18 10:25:06
Message-ID: 331085a0cd21c775917cd2d4f069e74d243156d8.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Fri, 2024-10-18 at 06:50 +0000, PG Doc comments form wrote:
> https://www.postgresql.org/docs/16/sql-insert.html#SQL-ON-CONFLICT
>
> In section on conflict nothing that there will be implicit savepoint (sub
> transaction). But this is important to know to mark function as PARALLEL
> UNSAFE.

What makes you think that INSERT ... ON CONFLICT takes a savepoint?

Yours,
Laurenz Albe

In response to

  • Savepoint at 2024-10-18 06:50:16 from PG Doc comments form

Browse pgsql-docs by date

  From Date Subject
Next Message PG Doc comments form 2024-10-18 10:37:30 ALTER INDEX documentation is incomplete
Previous Message Laurenz Albe 2024-10-18 08:11:24 Re: Logical replication - initial data synchronization