Re: autocommit in 7.4 - Mailing list pgsql-general

From Tom Lane
Subject Re: autocommit in 7.4
Date
Msg-id 20894.1069693338@sss.pgh.pa.us
Whole thread Raw
In response to autocommit in 7.4  (Christian Traber <christian@traber-net.de>)
Responses Re: autocommit in 7.4  (Christian Traber <christian@traber-net.de>)
Re: autocommit in 7.4  (tc <tc@traber.biz>)
List pgsql-general
Christian Traber <christian@traber-net.de> writes:
> Only one small problem, how can I disable autocommit in Postgres 7.4  in
> libpgtcl and psql?
> I found something about .psqlrc but how is the syntax and how can I set it
> for libpgtcl?

In psql, "\set AUTOCOMMIT off".  In libpgtcl, I think you're out of luck
:-( ... AFAIR no one got around to writing any autocommit control logic
for libpgtcl.  You are of course welcome to write some and send it in if
you need it ...

            regards, tom lane

pgsql-general by date:

Previous
From: Jonathan Bartlett
Date:
Subject: Re: Lock strategies!
Next
From: "Jason Tesser"
Date:
Subject: pam authentication for postgres