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
- v1-0001-Add-more-links.patch (application/octet-stream) patch v1-0001
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
-
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