Re: [GENERAL] autocommit to off

2006-01-09 Thread Bruce Momjian
Marcelo Lima wrote: > Help me please! > > I need change autocommit to off in fedora core 3 in postgresql.conf i don?t > know. > > How can i do? No, only in psql using AUTOCOMMIT. -- Bruce Momjian| http://candle.pha.pa.us pgman@candle.pha.pa.us | (61

[GENERAL] autocommit to off

2006-01-08 Thread Marcelo Lima
Help me please! I need change autocommit to off in fedora core 3 in postgresql.conf i don“t know. How can i do? Thanks a lot Marcelo Lima. -- ___ Surf the Web in a faster, safer and easier way: Download Opera 8 at http://www.opera.com Powered by Ou

Re: [GENERAL] autocommit to off?

2004-03-09 Thread Tom Lane
Bricklen <[EMAIL PROTECTED]> writes: > I've scoured the net for a simple way to set AUTOCOMMIT off in psql, for > the duration of a session (not simply a transaction). The only real > reference that I can find says that "\set autocommit off" will do what I > want. It doesn't though. You didn't

Re: [GENERAL] autocommit to off?

2004-03-09 Thread Bruce Momjian
Bricklen wrote: > Hi all, > > I've scoured the net for a simple way to set AUTOCOMMIT off in psql, for > the duration of a session (not simply a transaction). The only real > reference that I can find says that "\set autocommit off" will do what I > want. It doesn't though. For example, if sess

Re: [GENERAL] autocommit to off?

2004-03-09 Thread scott.marlowe
On Wed, 3 Mar 2004, Bricklen wrote: > Hi all, > > I've scoured the net for a simple way to set AUTOCOMMIT off in psql, for > the duration of a session (not simply a transaction). The only real > reference that I can find says that "\set autocommit off" will do what I > want. It doesn't though.

[GENERAL] autocommit to off?

2004-03-09 Thread Bricklen
Hi all, I've scoured the net for a simple way to set AUTOCOMMIT off in psql, for the duration of a session (not simply a transaction). The only real reference that I can find says that "\set autocommit off" will do what I want. It doesn't though. For example, if session A inserts a row, then s