Re: [SQL] session-wide autocommit off

2004-11-30 Thread Christoph Haller
Richard Huxton wrote: > 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

Re: [SQL] session-wide autocommit off

2004-11-30 Thread Richard Huxton
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? --