Re: START TRANSACTION

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: START TRANSACTION
Date: 2002-07-30 22:32:18
Message-ID: 200207302232.g6UMWI005487@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Peter Eisentraut wrote:
> Neil Conway writes:
>
> > The attached patch implements START TRANSACTION, per SQL99. The
> > functionality of the command is basically identical to that of
> > BEGIN; it just accepts a few extra options (only one of which
> > PostgreSQL currently implements), and is standards-compliant.
> > The patch includes a simple regression test and documentation.
>
> Very nice patch, but I don't think we need the regression test. It's a
> bit too simple.

Roger.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-07-30 22:33:37 Re: [GENERAL] Stats Collector
Previous Message Tom Lane 2002-07-30 22:24:34 Re: [GENERAL] Stats Collector

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-07-30 22:51:07 Re: DROP COLUMN round 4
Previous Message Tom Lane 2002-07-30 22:08:44 Re: DROP COLUMN round 4