version 7.4 autocommit removed - Mailing list pgsql-sql

From Christoph Haller
Subject version 7.4 autocommit removed
Date
Msg-id 41AAF028.E8DCF9AB@rodos.fzk.de
Whole thread Raw
List pgsql-sql
The Release Notes on 7.4 state

Observe the following incompatibilities:

The server-side autocommit setting was removed and reimplemented in
client applications and languages. Server-side
autocommit was causing too many problems with languages and applications
that wanted to control their own autocommit
behavior, so autocommit was removed from the server and added to
individual client APIs as appropriate.


So I tried
set autocommit to off
after connecting to my database and expected a session-wide autocommit
off.

It failed saying
SET AUTOCOMMIT TO OFF is no longer supported

Could someone please enlighten me how this first sentence should be
understood:
The server-side autocommit setting was removed and reimplemented in
client applications and languages.

Regards, Christoph





pgsql-sql by date:

Previous
From: Richard Huxton
Date:
Subject: Re: count record in plpgsql
Next
From: T E Schmitz
Date:
Subject: INDEX and LIKE