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
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
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
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,