Re: START TRANSACTION - Mailing list pgsql-patches

From nconway@klamath.dyndns.org (Neil Conway)
Subject Re: START TRANSACTION
Date
Msg-id 20020727201908.GB594@klamath.dyndns.org
Whole thread Raw
In response to START TRANSACTION  (nconway@klamath.dyndns.org (Neil Conway))
List pgsql-patches
On Sat, Jul 27, 2002 at 04:05:20PM -0400, Neil Conway wrote:
> The attached patch implements START TRANSACTION, per SQL99.

Oh, forgot to mention two things: I also removed the grammar's
"support" for chained transactions, since it was basically non-
existent (I don't see the advantage of producing an "chained
transactions not support" error rather than a generic one).
I also renamed the 'opt_level' production to 'iso_level', since
it's not "optional".

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

pgsql-patches by date:

Previous
From: nconway@klamath.dyndns.org (Neil Conway)
Date:
Subject: START TRANSACTION
Next
From: Joe Conway
Date:
Subject: anonymous composite types for Table Functions (aka SRFs)