Re: problem with set autocommit to off - Mailing list pgsql-general

From Michael Fuhr
Subject Re: problem with set autocommit to off
Date
Msg-id 20050328151343.GA70473@winnie.fuhr.org
Whole thread Raw
In response to problem with set autocommit to off  (Rajarshi Mukherjee <mukherjee.rajarshi@gmail.com>)
List pgsql-general
On Mon, Mar 28, 2005 at 06:09:22PM +0530, Rajarshi Mukherjee wrote:
>
> i am not being able to set the default autocommit feature of PG to off.
> i am using PG 8.0 Windows version and the following command :
> SET AUTOCOMMIT TO OFF
> throwing an error:
> ERROR:  SET AUTOCOMMIT TO OFF is no longer supported

Server-side autocommit was removed in 7.4 so now it's just a
client-side behavior.  In psql you can use "\set AUTOCOMMIT off";
otherwise see the documentation for your client interface.

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

pgsql-general by date:

Previous
From: Lonni J Friedman
Date:
Subject: Re: pg_xlog disk full error, i need help
Next
From: John DeSoi
Date:
Subject: Re: Can't pg_dumpall, claims database exists twice