Re: Wrong article SET AUTOCOMMIT

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: d(dot)zhiyanov(at)efbet(dot)com, pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: Wrong article SET AUTOCOMMIT
Date: 2023-10-11 16:42:38
Message-ID: CAKFQuwZfkZ9iEtZzMjkLKMG2aCM7n8iTHJMDOG+Gi5XBzm_NhA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Wed, Oct 11, 2023 at 9:34 AM PG Doc comments form <noreply(at)postgresql(dot)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.

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Laurenz Albe 2023-10-11 16:43:45 Re: Wrong article SET AUTOCOMMIT
Previous Message Alvaro Herrera 2023-10-11 16:39:43 Re: 31.7.1. Initial Snapshot