Re: Subtransaction documentation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Jonathan M(dot) Gardner" <jgardner(at)jonathangardner(dot)net>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Subtransaction documentation
Date: 2004-07-17 19:19:17
Message-ID: 200407172119.17547.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Jonathan M. Gardner wrote:
> Attached is a diff for subtransactions. I modified the SQL reference
> section and touched on the various commands therein. I didn't mention
> anything about cursors or portals, because I bet they will be
> resolved before long.

It looks like you better wait until the syntax is finalized. I believe
it was resolved to switch to the SAVEPOINT syntax scheme, so statements
like "ABORT will only abort the innermost transaction" will likely
become incorrect.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-07-17 19:22:17 Re: Subtransaction documentation
Previous Message Tom Lane 2004-07-17 19:18:26 Re: [HACKERS] Point in Time Recovery