Add note about how to disable the subscription too?

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: mlissner(at)michaeljaylissner(dot)com
Subject: Add note about how to disable the subscription too?
Date: 2018-11-20 00:34:15
Message-ID: 154267405566.1321.14515284963094777804@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2018-11-20 02:05:42 Re: Documentation for create unique index is insuficient and (because of that) incorrect
Previous Message Bruce Momjian 2018-11-19 23:17:00 Re: INSERT INTO RETURNING SYNTAX ERROR