[COMMITTERS] pgsql: doc: Document commands that cannot be run in a transactionblock - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: doc: Document commands that cannot be run in a transactionblock
Date
Msg-id E1dvTEu-0005rn-1J@gemulon.postgresql.org
Whole thread Raw
List 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(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Fix s/intidb/initdb/ typo.
Next
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Add inline murmurhash32(uint32) function.