Re: Autocommit in libpq - Mailing list pgsql-performance

From Heikki Linnakangas
Subject Re: Autocommit in libpq
Date
Msg-id 45F6C010.3000207@enterprisedb.com
Whole thread Raw
In response to Autocommit in libpq  ("Dengler, Michael" <Michael_Dengler@tvworks.com>)
Responses Re: Autocommit in libpq  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-performance
Dengler, Michael wrote:
> Please forgive me if I missed something (I have been searching for a definitive answer for this for 2 days).
>
> Is there any way to disable autocommit in libpq? (PG 7.4.1)

Just call BEGIN to start a transaction, and COMMIT to commit it. Other
than that, no.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

pgsql-performance by date:

Previous
From: "Dengler, Michael"
Date:
Subject: Autocommit in libpq
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Autocommit in libpq