Re: turn off auto-commit

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Björn Lundin <bjorn(dot)lundin(at)swipnet(dot)se>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: turn off auto-commit
Date: 2002-09-05 18:57:36
Message-ID: 200209051857.g85IvaO07833@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Bjrn Lundin wrote:
> Bruce Momjian wrote:
>
> > Waruna Geekiyanage wrote:
> >> Does turn fsync off equivalent to turn autocommit off?
> >
> > No, fsync is related to flushing information to disk. It doesn't relate
> > to autocommit.
> >
> This auto-commit on/off, is this what I think it is;
> a way off NOT needing to enclose several statements in a begin/commit,
> but having a new transaction directly after a commit, in psql, like
> Oracle's sql*plus?
>
> If so, in what version was this introduced, or is this mentioned somewhere
> on the web?

Yes, autocommit appears in 7.3, due out in a few months.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Björn Lundin 2002-09-05 20:25:39 Re: turn off auto-commit
Previous Message Nick Fankhauser 2002-09-05 18:46:42 Re: turn off auto-commit