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

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Make link names consistent in logical replication commands.
Date: 2023-10-30 05:26:50
Message-ID: E1qxKna-0033ow-9j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Make link names consistent in logical replication commands.

Commit 536f410111 added links in the ALTER SUBSCRIPTION command page. The
link names used were slightly different from what other logical
replication commands like CREATE SUBSCRIPTION/PUBLICATION have but were
consistent with other docs. This patch changes the link names for all the
parameters to have 'params' word in the CREATE SUBSCRIPTION/PUBLICATION
pages.

Author: Peter Smith
Reviewed-by: Amit Kapila
Discussion: http://postgr.es/m/CAHut%2BPu2S4RdzYKR7H5_E7QYWyq5hB0hL4EFrYbP91Qso62jeg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c4ede4fdfb9c7c3480a8139ac706498ffcf35fb6

Modified Files
--------------
doc/src/sgml/config.sgml | 2 +-
doc/src/sgml/logical-replication.sgml | 34 +++++++++++++-------------
doc/src/sgml/ref/alter_publication.sgml | 6 ++---
doc/src/sgml/ref/alter_subscription.sgml | 26 ++++++++++----------
doc/src/sgml/ref/create_publication.sgml | 14 +++++------
doc/src/sgml/ref/create_subscription.sgml | 40 +++++++++++++++----------------
doc/src/sgml/ref/pg_dump.sgml | 2 +-
doc/src/sgml/system-views.sgml | 4 ++--
8 files changed, 64 insertions(+), 64 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-10-30 06:29:29 pgsql: Delay recovery mode LOG after reading backup_label and/or checkp
Previous Message Michael Paquier 2023-10-30 05:08:25 pgsql: Mention standby.signal in FATALs for checkpoint record missing a