Files
postgresql/src
Fujii Masao 5520006b5b Prevent psql from issuing BEGIN before ALTER SYSTEM when AUTOCOMMIT is off.
The autocommit-off mode works by issuing an implicit BEGIN just before
any command that is not already in a transaction block and is not itself
a BEGIN or other transaction-control command, nor a command that
cannot be executed inside a transaction block. This commit prevents psql
from issuing such an implicit BEGIN before ALTER SYSTEM because it's
not allowed inside a transaction block.

Backpatch to 9.4 where ALTER SYSTEM was added.

Report by Feike Steenbergen
2014-07-02 12:43:09 +09:00
..
2014-05-06 12:12:18 -04:00
2014-06-14 09:41:16 -04:00
2014-05-06 12:12:18 -04:00
2014-05-06 12:12:18 -04:00