Re: SET AUTOCOMMIT TO OFF is no longer supported - Mailing list pgsql-general

From Michael Fuhr
Subject Re: SET AUTOCOMMIT TO OFF is no longer supported
Date
Msg-id 20050703233108.GA40409@winnie.fuhr.org
Whole thread Raw
In response to SET AUTOCOMMIT TO OFF is no longer supported  (Jamie Deppeler <jamie@doitonce.net.au>)
List pgsql-general
On Mon, Jul 04, 2005 at 08:59:25AM +1000, Jamie Deppeler wrote:
>
> I am application that we have built using postgresql 8.0.3 and tomcat
> 5.0.28.  In the java code i have put  a state set autocomit to false
> which should be fine but comes up with the error SET AUTOCOMMIT TO OFF
> is no longer supported.

Server-side AUTOCOMMIT was removed in 7.4 for having been a Bad Idea.

http://www.postgresql.org/docs/7.4/static/release-7-4.html
http://archives.postgresql.org/pgsql-committers/2003-05/msg00080.php

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-general by date:

Previous
From: Jamie Deppeler
Date:
Subject: SET AUTOCOMMIT TO OFF is no longer supported
Next
From: Gregory Youngblood
Date:
Subject: Re: Hot to restrict access to subset of data