Allow BEGIN WORK to specify transaction isolation level, like START
Bruce Momjian <bruce@momjian.us>
Allow BEGIN WORK to specify transaction isolation level, like START TRANSACTION.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/begin.sgml | modified | +16 −1 |
| doc/src/sgml/ref/start_transaction.sgml | modified | +3 −4 |
| src/backend/parser/gram.y | modified | +3 −3 |
| src/bin/psql/tab-complete.c | modified | +19 −3 |