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.

Reply via email to