pgpool: Update doc about "Setting up PostgreSQL standby" in "8.2. Pgpoo

From: Taiki Koshino <koshino(at)sraoss(dot)co(dot)jp>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Update doc about "Setting up PostgreSQL standby" in "8.2. Pgpoo
Date: 2025-09-17 07:42:49
Message-ID: E1uymoT-0021hZ-0m@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Update doc about "Setting up PostgreSQL standby" in "8.2. Pgpool-II + Watchdog Setup Example".

Add a note that when setting up a standby without online recovery, do not write primary_conninfo to postgresql.auto.conf.

Discussion: https://github.com/pgpool/pgpool2/issues/67
Backpatch-through: v4.2

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=feef87e3a85ac9175ff05cb4df4e32c57c84760b

Modified Files
--------------
doc.ja/src/sgml/example-cluster.sgml | 26 ++++++++++++++++++++++++--
doc/src/sgml/example-cluster.sgml | 33 +++++++++++++++++++++++++++++----
2 files changed, 53 insertions(+), 6 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Taiki Koshino 2025-09-17 07:43:35 pgpool: Update doc about "Setting up PostgreSQL standby" in "8.2. Pgpoo
Previous Message Taiki Koshino 2025-09-10 06:28:52 pgpool: Fix safer directory deletion in Bash in recovery_1st_stage.samp