START TRANSACTION - Mailing list pgsql-patches

From nconway@klamath.dyndns.org (Neil Conway)
Subject START TRANSACTION
Date
Msg-id 20020727200520.GA594@klamath.dyndns.org
Whole thread Raw
Responses Re: START TRANSACTION  (nconway@klamath.dyndns.org (Neil Conway))
Re: START TRANSACTION  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: START TRANSACTION  (Peter Eisentraut <peter_e@gmx.net>)
Re: START TRANSACTION  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
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.

Cheers,

Neil

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

Attachment

pgsql-patches by date:

Previous
From: Justin Clift
Date:
Subject: Re: remove recipe code
Next
From: nconway@klamath.dyndns.org (Neil Conway)
Date:
Subject: Re: START TRANSACTION