Re: PGDOCS - add more links in the pub/sub reference pages - Mailing list pgsql-hackers

From Peter Smith
Subject Re: PGDOCS - add more links in the pub/sub reference pages
Date
Msg-id CAHut+Ptk1-36GBtagggykbO1onaSpuAK1e_Eq_NHbAdTa-EQuw@mail.gmail.com
Whole thread Raw
In response to Re: PGDOCS - add more links in the pub/sub reference pages  (vignesh C <vignesh21@gmail.com>)
Responses Re: PGDOCS - add more links in the pub/sub reference pages  (vignesh C <vignesh21@gmail.com>)
List pgsql-hackers
On Tue, Oct 10, 2023 at 11:46 AM vignesh C <vignesh21@gmail.com> wrote:
>
> I noticed a couple of other places where a link to "ALTER SUBSCRIPTION
> ... DISABLE" and "ALTER SUBSCRIPTION ... SET" can be specified in
> drop_subscription:
> To proceed in this situation, first disable the subscription by
> executing  <literal>ALTER SUBSCRIPTION ... DISABLE</literal>, and then
> disassociate it from the replication slot by executing <literal>ALTER
> SUBSCRIPTION ... SET (slot_name = NONE)</literal>.
>

Hi Vignesh. Thanks for the review comments.

Modified as suggested.

PSA v3.

======
Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Lowering the default wal_blocksize to 4K
Next
From: Thomas Munro
Date:
Subject: Re: [PATCH] hstore: Fix parsing on Mac OS X: isspace() is locale specific