Re: AutoCommit statements do no work with postgresql 11.

2019-02-09 Thread Jae Adams
Hello Tom, Thank you for your reply. The document that I'm looking at this here. I apologize for not sending the link. I had thought that the URL would be included automatically through the link on the documentation website. -- https://www.postgresql.org/docs/11/ecpg-sql-set-autocommit.html (s

Re: AutoCommit statements do no work with postgresql 11.

2019-02-08 Thread Tom Lane
Jae Adams writes: > The document that I'm looking at this here. I apologize for not sending > the link. I had thought that the URL would be included automatically > through the link on the documentation website. > -- https://www.postgresql.org/docs/11/ecpg-sql-set-autocommit.html (shows > the c

Re: AutoCommit statements do no work with postgresql 11.

2019-02-08 Thread Tom Lane
PG Doc comments form writes: > 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. Uh ... exactly what documentation are you looking at? PG hasn't

AutoCommit statements do no work with postgresql 11.

2019-02-08 Thread PG Doc comments form
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,