On Wed, Oct 11, 2023 at 9:34 AM PG Doc comments form <nore...@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.