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

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Add more links in logical replication pages.
Date: 2023-10-13 07:05:14
Message-ID: E1qrCET-000IwL-Qv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Add more links in logical replication pages.

The logical replication pages in the docs mostly have links to
corresponding pub/sub commands whenever they are mentioned, but there were
some omissions. This patch adds the missing links.

Author: Peter Smith
Reviewed-by: Vignesh C, Amit Kapila
Discussion: https://www.postgresql.org/message-id/flat/CAHut%2BPu2S4RdzYKR7H5_E7QYWyq5hB0hL4EFrYbP91Qso62jeg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/536f410111fc9b4a9e052ac53826f479acfca2f5

Modified Files
--------------
doc/src/sgml/logical-replication.sgml | 20 +++++++++++++-------
doc/src/sgml/ref/alter_publication.sgml | 3 ++-
doc/src/sgml/ref/alter_subscription.sgml | 23 ++++++++++++-----------
doc/src/sgml/ref/drop_subscription.sgml | 8 +++++---
4 files changed, 32 insertions(+), 22 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-10-13 12:15:37 pgsql: Update oldextversions test for pg_stat_statements 1.11
Previous Message Michael Paquier 2023-10-13 05:31:09 pgsql: psql: Add completion support for AT [ LOCAL | TIME ZONE ]