pgsql: Doc: Fix the wrong link on pg_createsubscriber page.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Fix the wrong link on pg_createsubscriber page.
Date: 2024-12-17 09:49:27
Message-ID: E1tNUCl-0000uN-4k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Fix the wrong link on pg_createsubscriber page.

Commit 84db9a0eb1 has added the incorrect link to
'initial data synchronization'. It was a subsection of Row Filter and
didn't provide the required information.

Author: Peter Smith
Reviewed-by: Vignesh C, Pavel Luzanov
Backpatch-through: 17, where it was introduced
Discussion: https://postgr.es/m/CAHut+PtnA4DB_pcv4TDr4NjUSM1=P2N_cuZx5DX09k7LVmaqUA@mail.gmail.com

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/88baa2791418c6a1e57064fd48392bb0ebce694b

Modified Files
--------------
doc/src/sgml/ref/pg_createsubscriber.sgml | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Richard Guo 2024-12-17 10:55:34 pgsql: Avoid unnecessary wrapping for more complex expressions
Previous Message Michael Paquier 2024-12-17 05:36:01 pgsql: Tweak some comments related to variable-numbered stats in pgstat