From 68fef7cefa68216cd6d42b7d5dc377867df3dff3 Mon Sep 17 00:00:00 2001 From: Bo Peng Date: Wed, 29 Nov 2023 11:28:35 +0900 Subject: [PATCH] Update "8.2. Pgpool-II + Watchdog Setup Example" to mention that pcp_listen_addresses = '*' is required to accept all incoming connections. --- doc.ja/src/sgml/example-cluster.sgml | 3 ++- doc/src/sgml/example-cluster.sgml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc.ja/src/sgml/example-cluster.sgml b/doc.ja/src/sgml/example-cluster.sgml index 1f0f9405b..9d1b07844 100644 --- a/doc.ja/src/sgml/example-cluster.sgml +++ b/doc.ja/src/sgml/example-cluster.sgml @@ -586,10 +586,11 @@ server3:5432:postgres:postgres:<postgresユーザのパスワード> listen_addresses - Pgpool-IIが全てのIPアドレスから接続を受け付けるように、パラメータに'*'を設定します。 + Pgpool-IIおよびPCPが全てのIPアドレスから接続を受け付けるように、パラメータに'*'を設定します。 listen_addresses = '*' +pcp_listen_addresses = '*' diff --git a/doc/src/sgml/example-cluster.sgml b/doc/src/sgml/example-cluster.sgml index 034422de0..01ff8c8c9 100644 --- a/doc/src/sgml/example-cluster.sgml +++ b/doc/src/sgml/example-cluster.sgml @@ -613,10 +613,11 @@ server3:5432:postgres:postgres:<postgres user password> listen_addresses - To allow Pgpool-II to accept all incoming connections, we set listen_addresses = '*'. + To allow Pgpool-II and PCP to accept all incoming connections, we set listen_addresses = '*'. listen_addresses = '*' +pcp_listen_addresses = '*' -- 2.39.5