summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTaiki Koshino2025-07-08 06:06:36 +0000
committerTaiki Koshino2025-07-15 00:26:14 +0000
commit787e5f27c34a6865812db4adfc8bc5a1b12d13da (patch)
tree462d7a0907bbbb76c2aeaa5461825349734dea4a /doc/src
parentfd190f7eab778314138c7595b3aaa71c960aaa2f (diff)
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.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/connection-settings.sgml3
-rw-r--r--doc/src/sgml/memcache.sgml2
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/connection-settings.sgml b/doc/src/sgml/connection-settings.sgml
index 33e1ce53a..262c76d05 100644
--- a/doc/src/sgml/connection-settings.sgml
+++ b/doc/src/sgml/connection-settings.sgml
@@ -450,8 +450,7 @@
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>
diff --git a/doc/src/sgml/memcache.sgml b/doc/src/sgml/memcache.sgml
index b1a48ed7d..9888b8865 100644
--- a/doc/src/sgml/memcache.sgml
+++ b/doc/src/sgml/memcache.sgml
@@ -466,7 +466,7 @@
</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>