PGDOCS - add more links in the pub/sub reference pages

Peter Smith <smithpb2250@gmail.com>

From: Peter Smith <smithpb2250@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-10-06T06:44:32Z
Lists: pgsql-hackers

Attachments

The "Description" and "Notes" parts of the following logical
replication PUB/SUB reference pages (almost always) link to each other
whenever a sibling command gets mentioned.

CREATE PUBLICATION
ALTER PUBLICATION
DROP PUBLICATION

CREATE SUBSCRIPTION
ALTER SUBSCRIPTION
DROP SUBSCRIPTION

~

AFAICT the only omissions are:

ALTER PUBLICATION page -- mentions ALTER SUBSCRIPTION but there is no link
DROP SUBSCRIPTION page -- mentions ALTER SUBSCRIPTION but there is no link

~

Here is a patch to add the 2 missing references:

ref/alter_subscription.sgml ==> added more ids
ref/alter_publication.sgml ==> added link to
"sql-altersubscription-refresh-publication"
ref/drop_subscription.sgml ==> added link to "sql-altersubscription"

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

Commits

  1. Doc: Make link names consistent in logical replication commands.

  2. Doc: Add more links in logical replication pages.