AutoCommit statements do no work with postgresql 11.

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: appleorange2(at)gmail(dot)com
Subject: AutoCommit statements do no work with postgresql 11.
Date: 2019-02-08 19:09:58
Message-ID: 154965299880.1299.142774066748045240@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2019-02-09 02:08:25 Re: AutoCommit statements do no work with postgresql 11.
Previous Message Tom Lane 2019-02-08 16:39:52 Re: Typo in Table 8.7 bytea Literal Escaped Octets