Re: autocommit in 7.4

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Christian Traber <christian(at)traber-net(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: autocommit in 7.4
Date: 2003-11-24 17:02:18
Message-ID: 20894.1069693338@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Christian Traber <christian(at)traber-net(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jason Tesser 2003-11-24 17:05:55 pam authentication for postgres
Previous Message Jonathan Bartlett 2003-11-24 16:58:05 Re: Lock strategies!