Christian Traber <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 6: Have you searched our list archives? http://archives.postgresql.org