* Alvaro Herrera (alvherre(at)dcc(dot)uchile(dot)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