From 60e6efdb2c3de970d7f9244a6fee4a2587092d3c Mon Sep 17 00:00:00 2001 From: Taiki Koshino Date: Mon, 4 Aug 2025 10:20:12 +0900 Subject: [PATCH] Doc: fix documentation for parameters that are not reflected by reload. "authentication_timeout" and "memqcache_oiddir" is not reflected by reload. The documentation is changed to "This parameter can only be set at server start.". Japanese doc too. Backpatch-through: v4.2 --- doc.ja/src/sgml/connection-settings.sgml | 2 +- doc.ja/src/sgml/memcache.sgml | 2 +- doc/src/sgml/connection-settings.sgml | 3 +-- doc/src/sgml/memcache.sgml | 2 +- src/sample/pgpool.conf.sample-stream | 1 + 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc.ja/src/sgml/connection-settings.sgml b/doc.ja/src/sgml/connection-settings.sgml index 30941e5af..332384f70 100644 --- a/doc.ja/src/sgml/connection-settings.sgml +++ b/doc.ja/src/sgml/connection-settings.sgml @@ -693,7 +693,7 @@ - このパラメータはPgpool-IIの設定を再読み込みすることで変更可能です。 + このパラメータはサーバ起動時にのみ設定可能です。 diff --git a/doc.ja/src/sgml/memcache.sgml b/doc.ja/src/sgml/memcache.sgml index f1e364d05..85f2f82cb 100644 --- a/doc.ja/src/sgml/memcache.sgml +++ b/doc.ja/src/sgml/memcache.sgml @@ -593,7 +593,7 @@ - このパラメータはPgpool-IIの設定を再読み込みすることで変更可能です。 + このパラメータはサーバ起動時にのみ設定可能です。 diff --git a/doc/src/sgml/connection-settings.sgml b/doc/src/sgml/connection-settings.sgml index 544f6409c..90e2c3d69 100644 --- a/doc/src/sgml/connection-settings.sgml +++ b/doc/src/sgml/connection-settings.sgml @@ -446,8 +446,7 @@ Default value is 60. - This parameter can be changed by reloading - the Pgpool-II configurations. + This parameter can only be set at server start. diff --git a/doc/src/sgml/memcache.sgml b/doc/src/sgml/memcache.sgml index 3df4b57dd..419b592dd 100644 --- a/doc/src/sgml/memcache.sgml +++ b/doc/src/sgml/memcache.sgml @@ -420,7 +420,7 @@ - This parameter can be changed by reloading the Pgpool-II configurations. + This parameter can only be set at server start. diff --git a/src/sample/pgpool.conf.sample-stream b/src/sample/pgpool.conf.sample-stream index c5453a177..897f0ab0b 100644 --- a/src/sample/pgpool.conf.sample-stream +++ b/src/sample/pgpool.conf.sample-stream @@ -114,6 +114,7 @@ backend_clustering_mode = 'streaming_replication' #authentication_timeout = 1min # Delay in seconds to complete client authentication # 0 means no timeout. + # (change requires restart) #allow_clear_text_frontend_auth = off # Allow Pgpool-II to use clear text password authentication -- 2.39.5