From: | nconway(at)klamath(dot)dyndns(dot)org (Neil Conway) |
---|---|
To: | PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | START TRANSACTION |
Date: | 2002-07-27 20:05:20 |
Message-ID: | 20020727200520.GA594@klamath.dyndns.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers 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(at)rogers(dot)com>
PGP Key ID: DB3C29FC
Attachment | Content-Type | Size |
---|---|---|
start-trans-2.patch | text/plain | 18.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Neil Conway | 2002-07-27 20:19:08 | Re: START TRANSACTION |
Previous Message | Peter Eisentraut | 2002-07-27 18:08:09 | Re: CREATE CAST code review |
From | Date | Subject | |
---|---|---|---|
Next Message | Neil Conway | 2002-07-27 20:19:08 | Re: START TRANSACTION |
Previous Message | Justin Clift | 2002-07-26 15:39:25 | Re: remove recipe code |