Documentation should state what happens, when a commit fails - Mailing list pgsql-docs

From PG Doc comments form
Subject Documentation should state what happens, when a commit fails
Date
Msg-id 174841970441.781.9104306922623804710@wrigleys.postgresql.org
Whole thread Raw
Responses Re: Documentation should state what happens, when a commit fails
List 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?

pgsql-docs by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Hot standbys now support exporting snapshots while creating a logical replication slot
Next
From: Laurenz Albe
Date:
Subject: Re: Documentation should state what happens, when a commit fails