The attached patch implements START TRANSACTION, per SQL99. The

Bruce Momjian <bruce@momjian.us>

Commit: 19e0e35bcd3d0a1e46cb294ab08fbe062d4cf0d6
Author: Bruce Momjian <bruce@momjian.us>
Date: 2002-08-04T04:31:44Z
Releases: 7.3.1
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.

[ Regression tests removed, per Peter.]

Neil Conway

Files