Re: [GENERAL] problem with set autocommit to off

2005-03-28 Thread Michael Fuhr
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 s

[GENERAL] problem with set autocommit to off

2005-03-28 Thread Rajarshi Mukherjee
Hello all, 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 Please suggest an alternative. ---