AutoCommit statements do no work with postgresql 11. - Mailing list pgsql-docs

From PG Doc comments form
Subject AutoCommit statements do no work with postgresql 11.
Date
Msg-id 154965299880.1299.142774066748045240@wrigleys.postgresql.org
Whole thread Raw
Responses Re: AutoCommit statements do no work with postgresql 11.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/11/ecpg-commands.html
Description:

I have a c++ library built with libpq.so, and I am trying to run the
statements "SET AUTOCOMMIT TO ON" and "SET AUTOCOMMIT TO OFF".  According to
the docs, it looks like those statements are valid.  But, I get errors for
them... 

ERROR:  unrecognized configuration parameter "autocommit"
return code = PGRES_FATAL_ERROR

Looking online, it seems like these autocommit statements are no longer
supported past version 10.  So, I'm guessing this documentation is off.

pgsql-docs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Typo in Table 8.7 bytea Literal Escaped Octets
Next
From: Tom Lane
Date:
Subject: Re: AutoCommit statements do no work with postgresql 11.