Re: Two features left - Mailing list pgsql-general

From Bruce Momjian
Subject Re: Two features left
Date
Msg-id 200211272044.gARKiOF27873@candle.pha.pa.us
Whole thread Raw
In response to Re: Two features left  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Right. I hadn't planned on ABORT ALL, but it could be done to abort the
> > entire transaction.  Is there any standard on that?
>
> I would be inclined to argue against any such thing; if I'm trying to
> confine the effects of an error by doing a subtransaction BEGIN, I don't
> think I *want* to allow something inside the subtransaction to abort my
> outer transaction ...

Without it, you are required to keep track of your transaction nesting
levels in the application.  I don't see a subtransaction aborting the
outer transaction as a problem because once you do ABORT ALL, you are
out of the outer transaction --- at least that's how I assumed it would
work.


--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Two features left
Next
From: Jean-Luc Lachance
Date:
Subject: Re: Two features left