Re: Nested transactions

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Bill Todd <pg(at)dbginc(dot)com>
Cc: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Nested transactions
Date: 2009-10-12 23:41:30
Message-ID: 1255390890.30077.24.camel@monkey-cat.sm.truviso.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2009-10-13 00:08:19 Re: Nested transactions
Previous Message Bill Todd 2009-10-12 23:18:41 Re: Nested transactions