[COMMITTERS] pgsql: doc: Document commands that cannot be run in a transactionblock

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: doc: Document commands that cannot be run in a transactionblock
Дата
Msg-id E1dvTEu-0005rn-1J@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Fix s/intidb/initdb/ typo.
Следующее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Add inline murmurhash32(uint32) function.