Notes about COMMIT on an aborted transaction will automatically cause a rollback

Started by PG Bug reporting formabout 1 month ago2 messagesdocs
Jump to latest
#1PG Bug reporting form
noreply@postgresql.org

The following documentation comment has been logged on the website:

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

Probably it's good idea to add note about COMMIT on an aborted transaction
will automatically cause a rollback, because i can't find this sentence in
the documentation for now.

#2David G. Johnston
david.g.johnston@gmail.com
In reply to: PG Bug reporting form (#1)
Re: Notes about COMMIT on an aborted transaction will automatically cause a rollback

On Thursday, February 26, 2026, PG Doc comments form <noreply@postgresql.org>
wrote:

The following documentation comment has been logged on the website:

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

Probably it's good idea to add note about COMMIT on an aborted transaction
will automatically cause a rollback, because i can't find this sentence in
the documentation for now.

There is a patch waiting for a committer.

https://commitfest.postgresql.org/patch/5546/

David J.