Re: PGDOCS - add more links in the pub/sub reference pages
Peter Smith <smithpb2250@gmail.com>
From: Peter Smith <smithpb2250@gmail.com>
To: vignesh C <vignesh21@gmail.com>
Cc: Amit Kapila <amit.kapila16@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-10-10T03:17:25Z
Lists: pgsql-hackers
Attachments
- v3-0001-Add-more-links.patch (application/octet-stream) patch v3-0001
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
Commits
-
Doc: Make link names consistent in logical replication commands.
- c4ede4fdfb9c 17.0 landed
-
Doc: Add more links in logical replication pages.
- 536f410111fc 17.0 landed