Re: Nested transactions - Mailing list pgsql-general

From Jeff Davis
Subject Re: Nested transactions
Date
Msg-id 1255390890.30077.24.camel@monkey-cat.sm.truviso.com
Whole thread Raw
In response to Re: Nested transactions  (Bill Todd <pg@dbginc.com>)
Responses Re: Nested transactions
List pgsql-general
On Mon, 2009-10-12 at 16:18 -0700, Bill Todd wrote:
> Savepoints do not provide the same functionality as nested or parallel
> transactions because you cannot commit a savepoint.

What does it mean to "commit" a subtransaction or savepoint? What can
you do with a subtransaction that you can't do with a savepoint?

Regards,
    Jeff Davis


pgsql-general by date:

Previous
From: Bill Todd
Date:
Subject: Re: Nested transactions
Next
From: Alvaro Herrera
Date:
Subject: Re: Nested transactions