Thread: Wrong article SET AUTOCOMMIT

Wrong article SET AUTOCOMMIT

From
PG Doc comments form
Date:
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

Re: Wrong article SET AUTOCOMMIT

From
"David G. Johnston"
Date:
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.

Re: Wrong article SET AUTOCOMMIT

From
Laurenz Albe
Date:
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