Disallow CREATE/DROP SUBSCRIPTION in transaction block

Peter Eisentraut <peter_e@gmx.net>

Commit: 272adf4f9cd67df323ae57ff3dee238b649d3b73
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2017-03-04T04:29:13Z
Releases: 10.0
Disallow CREATE/DROP SUBSCRIPTION in transaction block

Disallow CREATE SUBSCRIPTION and DROP SUBSCRIPTION in a transaction
block when the replication slot is to be created or dropped, since that
cannot be rolled back.

based on patch by Masahiko Sawada <sawada.mshk@gmail.com>

Files

Documentation touched