autocommit in 7.4

From: Christian Traber <christian(at)traber-net(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: autocommit in 7.4
Date: 2003-11-24 14:30:44
Message-ID: 3FC21614.3000909@traber-net.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

thanks for the new great version!

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?

BTW, SET AUTOCOMMIT TO ON still gives no error, only SET AUTOCOMMIT TO OFF
says ERROR: SET AUTOCOMMIT TO OFF is no longer supported.

Thanks and best regards,
Christian

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Yury Shvetsov 2003-11-24 14:57:10 SQL text of view
Previous Message Jeff 2003-11-24 14:28:26 Re: Lock strategies!