Doc: mention that reloading is not necessary when pool_passwd is updated.
authorTatsuo Ishii <[email protected]>
Tue, 20 Aug 2024 11:21:43 +0000 (20:21 +0900)
committerTatsuo Ishii <[email protected]>
Tue, 20 Aug 2024 11:24:16 +0000 (20:24 +0900)
Discussion: [pgpool-general: 9185] reloading of pool_passwd file
https://www.pgpool.net/pipermail/pgpool-general/2024-August/001862.html
Back-through: v4.1

doc.ja/src/sgml/client-auth.sgml
doc.ja/src/sgml/connection-settings.sgml
doc/src/sgml/client-auth.sgml
doc/src/sgml/connection-settings.sgml

index ab5bde966cdbb05e1d12e173203e0ab0e5a4d0c1..9511716ed0515029316ad593728331459f919a38 100644 (file)
      3- After changing md5 password(in both pool_passwd and <productname>PostgreSQL</> of course),
      reload the <productname>Pgpool-II</> configurations.
      -->
-     3. (もちろんpool_passwdと<productname>PostgreSQL</>の両方で)md5パスワードを変更したら、<productname>Pgpool-II</>設定の再読み込みを実行してください。
+     3. pool_passwdと<productname>PostgreSQL</>の両方でmd5パスワードを変更します。
+       <productname>Pgpool-II</>設定の再読み込みは必要ありません。
     </para>
    </sect3>
 
      and <productname>PostgreSQL</productname> of course), reload
      the <productname>Pgpool-II</productname> configuration.
      -->
-     3- (もちろんpool_passwdと<productname>PostgreSQL</productname>の両方で)SCRAMパスワードを変更したら、<productname>Pgpool-II</productname>の設定の再読み込みを実行してください。
+     3. pool_passwdと<productname>PostgreSQL</>の両方でmd5パスワードを変更します。
+       <productname>Pgpool-II</>設定の再読み込みは必要ありません。
     </para>
    </sect3>
 
index 9eac21f1cf5b79074a1abab2ccee851b5c0fa4fb..ea5a755c8d20e073e3d9bbd10003ab40354e47cb 100644 (file)
       This parameter can only be set at server start.
       -->
       このパラメータはサーバ起動時にのみ設定可能です。
+      ただし、パスワードファイルの内容変更はサーバの再起動や設定ファイルの再読込なしに直ちに反映されます。
      </para>
     </listitem>
    </varlistentry>
index 6441be0835b5c0e113bfffc10b411769f3be7484..0b8ea3379e34ce8174994d9fc6b35a3bb0ccb507 100644 (file)
      See <xref linkend="auth-pool-hba-conf"> for more details.
     </para>
     <para>
-     3- After changing md5 password (in both pool_passwd
-     and <productname>PostgreSQL</productname> of course), reload
-     the pgpool configurations.
+     3- Change md5 password in both pool_passwd and <productname>PostgreSQL</productname>.
+     Reloading the pgpool configurations is not necessary.
     </para>
    </sect3>
 
      See <xref linkend="auth-pool-hba-conf"> for more details.
     </para>
     <para>
-     3- After changing SCRAM password (in both pool_passwd
-     and <productname>PostgreSQL</productname> of course), reload
-     the <productname>Pgpool-II</productname> configuration.
+     3- Change md5 password in both pool_passwd and <productname>PostgreSQL</productname>.
+     Reloading the pgpool configurations is not necessary.
     </para>
    </sect3>
 
index 33e1ce53ac94952c6d8674c220d4465348486a8c..b47247da007ab5ebba03f1aed1f597e6b997c4f6 100644 (file)
       e.g. <literal>TEXTmypassword</literal>
      </para>
      <para>
-      similarly md5 hashed passwords must be prefixed with <literal>md5</literal> and
+      Similarly md5 hashed passwords must be prefixed with <literal>md5</literal> and
       AES256 encrypted password types can be stored using <literal>AES</literal> prefix.
       see <xref linkend="auth-aes-encrypted-password"> for more details on using
        AES256 encrypted passwords.
      </para>
      <para>
       This parameter can only be set at server start.
+      However, you don't need to restart the server or reload the
+      configuration file when you update the contents of the password
+      file.
      </para>
     </listitem>
    </varlistentry>