Re: Query precompilation? - Mailing list pgsql-general

From jmitchell@greatbridge.com
Subject Re: Query precompilation?
Date
Msg-id 3A9C1C24.981887CD@greatbridge.com
Whole thread Raw
Responses Re: Re: Query precompilation?  (Mario Weilguni <mweilguni@sime.com>)
List 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 by date:

Previous
From: David Lynn
Date:
Subject: Odd behavior with views and numeric columns
Next
From: Mario Weilguni
Date:
Subject: Re: Re: Query precompilation?