Re: Nested Transactions, Abort All - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: Nested Transactions, Abort All
Date
Msg-id 20040706164946.GU21419@ns.snowman.net
Whole thread Raw
In response to Re: Nested Transactions, Abort All  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Responses Re: Nested Transactions, Abort All  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-hackers
* Alvaro Herrera (alvherre@dcc.uchile.cl) wrote:
> We could use BEGIN NESTED for starting a subtransaction, roll it back
> with ROLLBACK NESTED or some such, and commit with COMMIT NESTED.  But I
> like SUBBEGIN etc best, and no one had an opinion when I asked.  So the
> current code has SUBBEGIN, SUBCOMMIT, SUBABORT.  If people prefer

Just to be pedantic and talking about consistency-
Why SUBABORT instead of SUBROLLBACK?
Stephen

pgsql-hackers by date:

Previous
From: Yannick Lecaillez
Date:
Subject: Postgresql on SAN
Next
From: Bruno Wolff III
Date:
Subject: Re: Postgresql on SAN