Re: START TRANSACTION

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: START TRANSACTION
Date: 2002-07-30 21:43:22
Message-ID: Pine.LNX.4.44.0207302200310.2824-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Swan 2002-07-30 21:48:40 Re: SET LOCAL again
Previous Message Peter Eisentraut 2002-07-30 21:42:34 Re: Hex literals

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-07-30 22:08:44 Re: DROP COLUMN round 4
Previous Message Bruce Momjian 2002-07-30 19:44:41 Re: START TRANSACTION