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

From Peter Smith
Subject PGDOCS - add more links in the pub/sub reference pages
Date
Msg-id CAHut+Pu2S4RdzYKR7H5_E7QYWyq5hB0hL4EFrYbP91Qso62jeg@mail.gmail.com
Whole thread Raw
Responses Re: PGDOCS - add more links in the pub/sub reference pages
List 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

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Remove distprep
Next
From: "Drouvot, Bertrand"
Date:
Subject: Re: Add a new BGWORKER_BYPASS_ROLELOGINCHECK flag