pgsql: doc: Clarify refresh options for DROP PUBLICATION

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема pgsql: doc: Clarify refresh options for DROP PUBLICATION
Дата
Msg-id E1mQPnM-0001bI-P1@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
doc: Clarify refresh options for DROP PUBLICATION

The available refresh options are specified as refresh_options under
REFRESH PUBLICATION, and DROP PUBLICATION itself has an option named
refresh. Clarify what we mean by refresh options to avoid confusion.

Backpatch through v14 where ALTER SUBSCRIPTION ... DROP PUBLICATION
was introduced.

Author: Masahiko Sawada <sawada.mshk@gmail.com>
Reviewed-by: Amit Kapila <amit.kapila16@gmail.com>
Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Reviewed-by: Peter Smith <smithpb2250@gmail.com>
Discussion: https://postgr.es/m/CAD21AoCm1wJ3A8Q9EmBjRbShYkJ+o+Oa_z9O0hvwhvhUa2BSyg@mail.gmail.com
Backpatch-through: 14

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/379591fecf7c1011b72ddc0ffceae7a3f18b8320

Modified Files
--------------
doc/src/sgml/ref/alter_subscription.sgml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix incorrect format placeholders
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: doc: Clarify refresh options for DROP PUBLICATION