Re: turn off auto-commit

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: turn off auto-commit
Дата
Msg-id 200209051857.g85IvaO07833@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: turn off auto-commit  (Björn Lundin <bjorn.lundin@swipnet.se>)
Список pgsql-admin
Bj�rn 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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

В списке pgsql-admin по дате отправления:

Предыдущее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: turn off auto-commit
Следующее
От: Björn Lundin
Дата:
Сообщение: Re: turn off auto-commit