Re: AutoCommit statements do no work with postgresql 11.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jae Adams <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 06:45:38
Message-ID: 14565.1549694738@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Jae Adams <appleorange2(at)gmail(dot)com> 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 command syntax)

That is talking about an ecpg ("embedded SQL") command, which like the
psql case is a facility provided by client-side code. There is no
autocommit-off feature on the server side, and you are not using any
client library that would offer one.

(It's a bit unfortunate that ecpg's command looks exactly like
a server command, but there you have it.)

regards, tom lane

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Tatsuo Ishii 2019-02-11 10:10:04 Ancient comment in rules.sgml
Previous Message Jae Adams 2019-02-09 06:28:07 Re: AutoCommit statements do no work with postgresql 11.