Doc: fix documentation for parameters that are not
authorTaiki Koshino <koshino@sraoss.co.jp>
Mon, 4 Aug 2025 01:20:12 +0000 (10:20 +0900)
committerTaiki Koshino <koshino@sraoss.co.jp>
Mon, 4 Aug 2025 01:20:12 +0000 (10:20 +0900)
 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
doc.ja/src/sgml/memcache.sgml
doc/src/sgml/connection-settings.sgml
doc/src/sgml/memcache.sgml
src/sample/pgpool.conf.sample-stream

index 30941e5af7ae4fe1ed5e39ac10601e52636d95bb..332384f70c64ce0f2b9747e57afdf44f65b8d55e 100644 (file)
       <!--
       This parameter can be changed by reloading the <productname>Pgpool-II</> configurations.
       -->
-      このパラメータは<productname>Pgpool-II</>の設定を再読み込みすることで変更可能です。
+      このパラメータはサーバ起動時にのみ設定可能です。
      </para>
     </listitem>
    </varlistentry>
index f1e364d05c94aafce1d50fa92f061ebd43703b71..85f2f82cb41297d4f158cb5bca047601257d33a3 100644 (file)
       <!--
       This parameter can be changed by reloading the <productname>Pgpool-II</> configurations.
       -->
-      このパラメータは<productname>Pgpool-II</>の設定を再読み込みすることで変更可能です。
+      このパラメータはサーバ起動時にのみ設定可能です。
      </para>
     </listitem>
    </varlistentry>
index 544f6409caca087eb1e1c31b2b1aa52dfa537d17..90e2c3d69ac8f3e4aa86e5b09b35775c2ad9f779 100644 (file)
       Default value is 60.
      </para>
      <para>
-      This parameter can be changed by reloading
-      the <productname>Pgpool-II</productname> configurations.
+      This parameter can only be set at server start.
      </para>
     </listitem>
    </varlistentry>
index 3df4b57dd8757513eb6c612255c78deeca294828..419b592dd04abb5f4662fc9b913ad7138f414eb2 100644 (file)
       </para>
      </note>
      <para>
-      This parameter can be changed by reloading the <productname>Pgpool-II</productname> configurations.
+      This parameter can only be set at server start.
      </para>
     </listitem>
    </varlistentry>
index c5453a17746870e39c7d1f53c27954cd05e0bb64..897f0ab0be6f49d11905b5b7aa439dc89d8f21ca 100644 (file)
@@ -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