From 19e0e35bcd3d0a1e46cb294ab08fbe062d4cf0d6 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 4 Aug 2002 04:31:44 +0000 Subject: 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 --- doc/src/sgml/reference.sgml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/src/sgml/reference.sgml') diff --git a/doc/src/sgml/reference.sgml b/doc/src/sgml/reference.sgml index 2101dfe8a1b..3c6af16730b 100644 --- a/doc/src/sgml/reference.sgml +++ b/doc/src/sgml/reference.sgml @@ -1,5 +1,5 @@ @@ -122,6 +122,7 @@ PostgreSQL Reference Manual &setSessionAuth; &setTransaction; &show; + &startTransaction; &truncate; &unlisten; &update; -- cgit v1.2.3