Re: session-wide autocommit off

From: Richard Huxton <dev(at)archonet(dot)com>
To: Christoph Haller <ch(at)rodos(dot)fzk(dot)de>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: session-wide autocommit off
Date: 2004-11-30 09:26:02
Message-ID: 41AC3CAA.2040201@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Christoph Haller 2004-11-30 12:08:33 Re: session-wide autocommit off
Previous Message Richard Huxton 2004-11-30 09:25:18 Re: grouping a many to many relation set