Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as required
authorTom Lane <[email protected]>
Thu, 12 Aug 2004 21:00:34 +0000 (21:00 +0000)
committerTom Lane <[email protected]>
Thu, 12 Aug 2004 21:00:34 +0000 (21:00 +0000)
commit7f7e8cc3f2cc95098154a722a6d5c6f61190a043
treec49e2a116b3b09bdbb638ae49a2b3358c7541a6e
parent9e01aaa8bfa4c1684a93dca2ca14a9c8edf3bf9a
Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as required
by the SQL standard.  For backwards compatibility, however, continue to
accept the syntax without.  Minor editorialization in the reference pages
for these commands, too.
doc/src/sgml/ref/begin.sgml
doc/src/sgml/ref/set_transaction.sgml
doc/src/sgml/ref/start_transaction.sgml
src/backend/parser/gram.y
src/backend/tcop/utility.c