Allow commas in BEGIN, START TRANSACTION, and SET TRANSACTION, as required
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/begin.sgml | modified | +18 −15 |
| doc/src/sgml/ref/set_transaction.sgml | modified | +56 −27 |
| doc/src/sgml/ref/start_transaction.sgml | modified | +28 −8 |
| src/backend/parser/gram.y | modified | +24 −30 |
| src/backend/tcop/utility.c | modified | +14 −16 |