Add note about how to disable the subscription too?

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Add note about how to disable the subscription too?
Дата
Msg-id 154267405566.1321.14515284963094777804@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/10/sql-dropsubscription.html
Description:

This page has a note about how to set the subscription to not use a slot,
but it doesn't mention that the subscription needs to be disabled first. In
my case, I had to Google around and then do:

ALTER SUBSCRIPTION xxx disable;

Then I could set the slot_name. Then I could drop it.

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