Doc: fix documentation for parameters that are not reflected by reload.
authorTaiki Koshino <koshino@sraoss.co.jp>
Tue, 8 Jul 2025 06:06:36 +0000 (15:06 +0900)
committerTaiki Koshino <koshino@sraoss.co.jp>
Tue, 15 Jul 2025 00:26:14 +0000 (09:26 +0900)
"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.

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 9eac21f1cf5b79074a1abab2ccee851b5c0fa4fb..f748f4cb4e7ad9fcf7764b64f43d61ddfe985fce 100644 (file)
       <!--
       This parameter can be changed by reloading the <productname>Pgpool-II</> configurations.
       -->
-      ใ“ใฎใƒ‘ใƒฉใƒกใƒผใ‚ฟใฏ<productname>Pgpool-II</>ใฎ่จญๅฎšใ‚’ๅ†่ชญใฟ่พผใฟใ™ใ‚‹ใ“ใจใงๅค‰ๆ›ดๅฏ่ƒฝใงใ™ใ€‚
+      ใ“ใฎใƒ‘ใƒฉใƒกใƒผใ‚ฟใฏใ‚ตใƒผใƒ่ตทๅ‹•ๆ™‚ใซใฎใฟ่จญๅฎšๅฏ่ƒฝใงใ™ใ€‚
      </para>
     </listitem>
    </varlistentry>
index 26e3b79bf2fde2a2b27ce3be5772116958bc5a30..6327cc207b71149e3f41cae0c36b77a8a34e2ed9 100644 (file)
       <!--
       This parameter can be changed by reloading the <productname>Pgpool-II</> configurations.
       -->
-      ใ“ใฎใƒ‘ใƒฉใƒกใƒผใ‚ฟใฏ<productname>Pgpool-II</>ใฎ่จญๅฎšใ‚’ๅ†่ชญใฟ่พผใฟใ™ใ‚‹ใ“ใจใงๅค‰ๆ›ดๅฏ่ƒฝใงใ™ใ€‚
+      ใ“ใฎใƒ‘ใƒฉใƒกใƒผใ‚ฟใฏใ‚ตใƒผใƒ่ตทๅ‹•ๆ™‚ใซใฎใฟ่จญๅฎšๅฏ่ƒฝใงใ™ใ€‚
      </para>
     </listitem>
    </varlistentry>
index 33e1ce53ac94952c6d8674c220d4465348486a8c..262c76d055e77e9806e846a2f0e2fb8056260733 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 b1a48ed7ddbc392113e340e75679760e8fcce72d..9888b8865f7d012f740efc4efb675ee2d4626e13 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 217e9d055ae58b4f8330cdb34a0aec6db52dbee9..9478198d7c988da5aaf745d41705f44de59ab48f 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