mirror of
https://github.com/postgres/postgres.git
synced 2025-07-09 22:41:56 +03:00
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
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<!-- reference.sgml
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.32 2002/07/29 22:14:10 tgl Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/reference.sgml,v 1.33 2002/08/04 04:31:44 momjian Exp $
|
||||
|
||||
PostgreSQL Reference Manual
|
||||
-->
|
||||
@ -122,6 +122,7 @@ PostgreSQL Reference Manual
|
||||
&setSessionAuth;
|
||||
&setTransaction;
|
||||
&show;
|
||||
&startTransaction;
|
||||
&truncate;
|
||||
&unlisten;
|
||||
&update;
|
||||
|
Reference in New Issue
Block a user