Re: Query precompilation?

Поиск
Список
Период
Сортировка
От jmitchell@greatbridge.com
Тема Re: Query precompilation?
Дата
Msg-id 3A9C1C24.981887CD@greatbridge.com
обсуждение исходный текст
Ответы Re: Re: Query precompilation?  (Mario Weilguni <mweilguni@sime.com>)
Список pgsql-general
Mario,
This sounds nice, but I've read a lot of postgres documents and still do not
know how to disable autocommit. Is this possible? And how?
Yes, you can disable autocommit.  All you have to do is wrap your SQL statements within an explicit BEGIN ... COMMIT block.

Regards, Joe

-- 
Joe Mitchell                      joe.mitchell@greatbridge.com
Knowledge Engineer                757.233.5567 voice
Great Bridge, LLC                 757.233.5555 fax
www.greatbridge.com
 

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

Предыдущее
От: David Lynn
Дата:
Сообщение: Odd behavior with views and numeric columns
Следующее
От: Mario Weilguni
Дата:
Сообщение: Re: Re: Query precompilation?