[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-0005rm-1G@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/91ad8b416cee753eaa6f520ee2d21c2d41853381

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.