Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as required

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7f7e8cc3f2cc95098154a722a6d5c6f61190a043
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-08-12T21:00:34Z
Releases: 8.0.0
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.

Files