OSDN Git Service

The attached patch implements START TRANSACTION, per SQL99. The
authorBruce Momjian <bruce@momjian.us>
Sun, 4 Aug 2002 04:31:44 +0000 (04:31 +0000)
committerBruce Momjian <bruce@momjian.us>
Sun, 4 Aug 2002 04:31:44 +0000 (04:31 +0000)
commit19e0e35bcd3d0a1e46cb294ab08fbe062d4cf0d6
tree0e46bff54197af8970529fc54e8766cbcda23567
parentfecc04f95a136bbfbded44c476d597eed6ac6258
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/ref/allfiles.sgml
doc/src/sgml/ref/begin.sgml
doc/src/sgml/ref/set_transaction.sgml
doc/src/sgml/reference.sgml
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/parser/gram.y
src/backend/tcop/postgres.c
src/backend/tcop/utility.c
src/include/nodes/parsenodes.h