Re: Transaction status in default psql prompt? - Mailing list pgsql-hackers

From Rod Taylor
Subject Re: Transaction status in default psql prompt?
Date
Msg-id 1062619589.82807.18.camel@jester
Whole thread Raw
In response to Transaction status in default psql prompt?  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Transaction status in default psql prompt?  (Darcy Buskermolen <darcy@wavefire.com>)
List pgsql-hackers
On Wed, 2003-09-03 at 19:53, Peter Eisentraut wrote:
> What do people think about adding the transaction status indicator to the
> default psql prompt, so it'd look something like this:
>
> peter=# begin;
> BEGIN
> peter*=# foo;
> ERROR:  syntax error at or near "foo" at character 1
> peter!=# rollback;
> ROLLBACK
> peter=#
>
> I think many people would find that useful.

Great idea.  Would it be worth while adding the depth with the
assumption that sub-transactions will appear someday?


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Need for a 'minor patch person'?
Next
From: ohp@pyrenet.fr
Date:
Subject: Re: Unixware Patch (Was: Re: Beta2 Tag'd and Bundled ...)