Re: turning off autocommit behavior in psql

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Van Wie <vanwie(at)cryptio(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: turning off autocommit behavior in psql
Date: 2002-08-22 16:59:16
Message-ID: 20716.1030035556@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

David Van Wie <vanwie(at)cryptio(dot)net> writes:
> The psql client is really nice, but I was frustrated by the lack of a
> "no-autocommit" mode. So, I made a few small modifications to the client
> to wrap everything in a transaction block automatically.

I believe our intention has been to modify the backend to offer that
behavior (with a GUC variable to turn it on or off). Supporting it
only in psql doesn't seem the way to go.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2002-08-22 18:06:22 Re: Release of v7.2.2 (Was: Re: @(#)Mordred Labs ad...)
Previous Message David Van Wie 2002-08-22 16:38:01 turning off autocommit behavior in psql