Documentation should state what happens, when a commit fails

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: mark(at)makr(dot)zone
Subject: Documentation should state what happens, when a commit fails
Date: 2025-05-28 08:08:24
Message-ID: 174841970441.781.9104306922623804710@wrigleys.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/17/sql-commit.html
Description:

Deferrable constraints, deadlocks and possibly other deferred or lazily
evaluated rules are checked upon commit.
What happens if they are not met and the commit statement fails? Does the
transaction then implicitly rollback? Or do I need an explicit rollback?

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Laurenz Albe 2025-05-28 13:06:01 Re: Documentation should state what happens, when a commit fails
Previous Message Fujii Masao 2025-05-26 03:56:38 Re: Hot standbys now support exporting snapshots while creating a logical replication slot