Re: START TRANSACTION

From: nconway(at)klamath(dot)dyndns(dot)org (Neil Conway)
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: START TRANSACTION
Date: 2002-07-27 20:19:08
Message-ID: 20020727201908.GB594@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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(at)rogers(dot)com>
PGP Key ID: DB3C29FC

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2002-07-27 21:03:00 sub-selects in CHECK
Previous Message Neil Conway 2002-07-27 20:05:20 START TRANSACTION

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2002-07-28 15:21:31 Re: [PATCHES] prepareable statements
Previous Message Neil Conway 2002-07-27 20:05:20 START TRANSACTION