Issue error on SET outside transaction block in some cases
Bruce Momjian <bruce@momjian.us>
Issue error on SET outside transaction block in some cases Issue error for SET LOCAL/CONSTRAINTS/TRANSACTION outside a transaction block, as they have no effect. Per suggestion from Morten Hustveit
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/set_constraints.sgml | modified | +1 −1 |
| doc/src/sgml/ref/set.sgml | modified | +3 −4 |
| doc/src/sgml/ref/set_transaction.sgml | modified | +2 −3 |
| src/backend/tcop/utility.c | modified | +2 −1 |
| src/backend/utils/misc/guc.c | modified | +13 −2 |
| src/include/utils/guc.h | modified | +1 −1 |
| src/test/regress/expected/guc.out | modified | +2 −0 |