Re: AutoCommit statements do no work with postgresql 11.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: appleorange2(at)gmail(dot)com
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: AutoCommit statements do no work with postgresql 11.
Date: 2019-02-09 02:08:25
Message-ID: 1355.1549678105@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

PG Doc comments form <noreply(at)postgresql(dot)org> 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

In response to

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Jae Adams 2019-02-09 06:28:07 Re: AutoCommit statements do no work with postgresql 11.
Previous Message PG Doc comments form 2019-02-08 19:09:58 AutoCommit statements do no work with postgresql 11.