AutoCommit statements do no work with postgresql 11.

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема AutoCommit statements do no work with postgresql 11.
Дата
Msg-id 154965299880.1299.142774066748045240@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: AutoCommit statements do no work with postgresql 11.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Typo in Table 8.7 bytea Literal Escaped Octets
Следующее
От: Tom Lane
Дата:
Сообщение: Re: AutoCommit statements do no work with postgresql 11.