Add note about how to disable the subscription too? - Mailing list pgsql-docs

From PG Doc comments form
Subject Add note about how to disable the subscription too?
Date
Msg-id 154267405566.1321.14515284963094777804@wrigleys.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: INSERT INTO RETURNING SYNTAX ERROR
Next
From: Bruce Momjian
Date:
Subject: Re: Documentation for create unique index is insuficient and(because of that) incorrect