diff options
| -rw-r--r-- | doc.ja/src/sgml/connection-settings.sgml | 2 | ||||
| -rw-r--r-- | doc.ja/src/sgml/memcache.sgml | 2 | ||||
| -rw-r--r-- | doc/src/sgml/connection-settings.sgml | 3 | ||||
| -rw-r--r-- | doc/src/sgml/memcache.sgml | 2 | ||||
| -rw-r--r-- | 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 9eac21f1c..f748f4cb4 100644 --- a/doc.ja/src/sgml/connection-settings.sgml +++ b/doc.ja/src/sgml/connection-settings.sgml @@ -700,7 +700,7 @@ <!-- This parameter can be changed by reloading the <productname>Pgpool-II</> configurations. --> - このパラメータは<productname>Pgpool-II</>の設定を再読み込みすることで変更可能です。 + このパラメータはサーバ起動時にのみ設定可能です。 </para> </listitem> </varlistentry> diff --git a/doc.ja/src/sgml/memcache.sgml b/doc.ja/src/sgml/memcache.sgml index 26e3b79bf..6327cc207 100644 --- a/doc.ja/src/sgml/memcache.sgml +++ b/doc.ja/src/sgml/memcache.sgml @@ -667,7 +667,7 @@ <!-- This parameter can be changed by reloading the <productname>Pgpool-II</> configurations. --> - このパラメータは<productname>Pgpool-II</>の設定を再読み込みすることで変更可能です。 + このパラメータはサーバ起動時にのみ設定可能です。 </para> </listitem> </varlistentry> 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> diff --git a/src/sample/pgpool.conf.sample-stream b/src/sample/pgpool.conf.sample-stream index 217e9d055..9478198d7 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 |
