Re: session-wide autocommit off - Mailing list pgsql-sql

From Richard Huxton
Subject Re: session-wide autocommit off
Date
Msg-id 41AC3CAA.2040201@archonet.com
Whole thread Raw
In response to session-wide autocommit off  (Christoph Haller <ch@rodos.fzk.de>)
List pgsql-sql
Christoph Haller wrote:
> Looks like I asked the wrong question the other day.
> How can I achieve a session-wide autocommit off?
> As it is possible inside a psql session via
> \unset AUTOCOMMIT
> I am using the libpq interface.

Just BEGIN a transaction after connection? Or am I missing something here?

--   Richard Huxton  Archonet Ltd


pgsql-sql by date:

Previous
From: Richard Huxton
Date:
Subject: Re: grouping a many to many relation set
Next
From: Christoph Haller
Date:
Subject: Re: session-wide autocommit off