pgsql: doc: Document commands that cannot be run in a transaction block

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Document commands that cannot be run in a transaction block
Date: 2017-09-22 19:03:52
Message-ID: E1dvTEu-0005rn-1J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Document commands that cannot be run in a transaction block

Mainly covering the new CREATE SUBSCRIPTION and DROP SUBSCRIPTION, but
ALTER DATABASE SET TABLESPACE was also missing.

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/e114289e1e4774dfc3371372e36b3f0fed66b741

Modified Files
--------------
doc/src/sgml/ref/alter_database.sgml | 4 ++++
doc/src/sgml/ref/create_subscription.sgml | 10 +++++-----
doc/src/sgml/ref/drop_subscription.sgml | 5 +++++
3 files changed, 14 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-09-22 20:39:14 pgsql: Add inline murmurhash32(uint32) function.
Previous Message Andres Freund 2017-09-22 18:36:11 pgsql: Expand expected output for recovery test even further.