"Serguei A. Mokhov" <mokhov@cs.concordia.ca> writes:
> On Wed, 3 Sep 2003, Alvaro Herrera wrote:
>
> > On Wed, Sep 03, 2003 at 09:19:33PM -0400, Serguei A. Mokhov wrote:
> > > On the contrary, it could show the transaction level for the case of
> > > nested transactions:
> > >
> > > foo**=#
> >
> > Ugh... pretty ugly. What if you are within the 50th transaction block?
> > Not that it will be common, but ...
>
> Make it a two-line thig then ;-) or a number.
>
And how often is anyone going to do a 50-level-deep transaction
interactively in psql anyhow? If the prompt is too long you should be
using a script anyway...
Anyhow, it's moot at the moment since we don't have nesting.
-Doug