Wrong article SET AUTOCOMMIT

Started by PG Bug reporting formover 2 years ago3 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/15/ecpg-sql-set-autocommit.html
Description:

This article should be removed as this parameter does not exist since a long
time version 9.4

#2David G. Johnston
david.g.johnston@gmail.com
In reply to: PG Bug reporting form (#1)
Re: Wrong article SET AUTOCOMMIT

On Wed, Oct 11, 2023 at 9:34 AM PG Doc comments form <noreply@postgresql.org>
wrote:

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/15/ecpg-sql-set-autocommit.html
Description:

This article should be removed as this parameter does not exist since a
long
time version 9.4

I suspect you are confusing the server setting for autocommit with
client-side auto-commit. The server no longer implements auto-commit
declaratively but almost every client out there does. In this case ECPG is
a client environment and it indeed does implement auto-commit.

David J.

#3Laurenz Albe
laurenz.albe@cybertec.at
In reply to: PG Bug reporting form (#1)
Re: Wrong article SET AUTOCOMMIT

On Wed, 2023-10-11 at 14:03 +0000, PG Doc comments form wrote:

Page: https://www.postgresql.org/docs/15/ecpg-sql-set-autocommit.html

This article should be removed as this parameter does not exist since a long
time version 9.4

It is not a parameter, it is a client setting. It has nothing to do with the
server parameter that was removed in 7.4.

Yours,
Laurenz Albe