From: | Andreas Kretschmer <akretschmer(at)spamfence(dot)net> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: SET AUTOCOMMIT OFF |
Date: | 2010-01-18 06:58:07 |
Message-ID: | 20100118065807.GA17177@tux |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
A(dot)Bhattacharya(at)sungard(dot)com <A(dot)Bhattacharya(at)sungard(dot)com> wrote:
> Hi All,
>
>
>
> I am new to Postgresql and I need to turn off the AUTO COMMIT in PostgreSQL
> 8.3.Can anyone guide me how to do it as SET AUTOCOMMIT = off; does not seem to
> be supported any more in PostgreSQL 8.3.
Do you using psql as client?
\set AUTOCOMMIT off
You can set that in your ~/.psqlrc
Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect. (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly." (unknown)
Kaufbach, Saxony, Germany, Europe. N 51.05082°, E 13.56889°
From | Date | Subject | |
---|---|---|---|
Next Message | Craig Ringer | 2010-01-18 07:00:51 | Re: SET AUTOCOMMIT OFF |
Previous Message | A.Bhattacharya | 2010-01-18 06:06:34 | SET AUTOCOMMIT OFF |