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

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: PGDOCS - add more links in the pub/sub reference pages
Date: 2023-10-06 06:44:32
Message-ID: CAHut+Pu2S4RdzYKR7H5_E7QYWyq5hB0hL4EFrYbP91Qso62jeg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
v1-0001-Add-more-links.patch application/octet-stream 5.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Drouvot, Bertrand 2023-10-06 06:48:32 Re: Add a new BGWORKER_BYPASS_ROLELOGINCHECK flag
Previous Message Peter Eisentraut 2023-10-06 06:38:31 Re: Remove distprep