Re: Autocommit

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Autocommit
Дата
Msg-id 20050214093403.GA4629@winnie.fuhr.org
обсуждение исходный текст
Ответ на Re: Autocommit  (Hasnul Fadhly bin Hasan <hasnulfadhly.h@mimos.my>)
Список pgsql-performance
On Mon, Feb 14, 2005 at 04:58:31PM +0800, Hasnul Fadhly bin Hasan wrote:

> Thanks for the reply.  I am using postgres 7.4.5 client.  There's one
> that is using 7.4.1 client.  I'm not sure if there would be any difference.
> When i use psql and check the status of autocommit, it is set to
> enable.  I'm not sure if libpq and psql uses the same defaults.

As far as I can tell, libpq doesn't have an autocommit setting --
it just sends statements on behalf of the application.  Clients
that allow the user to disable autocommit presumably do so by
implicitly sending BEGIN statements to start new transactions.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Hasnul Fadhly bin Hasan
Дата:
Сообщение: Re: Autocommit
Следующее
От: Harald Fuchs
Дата:
Сообщение: Re: Benchmark