Re: AutoCommit statements do no work with postgresql 11.
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.documentation |
|---|---|
| Message-ID | <[email protected]> |
PG Doc comments form <[email protected]> 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 supported server-side autocommit since 7.3.x. There is an autocommit variable in psql, but we concluded the server-side feature broke far more client code than it helped. regards, tom lane