This reverts commit
4695affe7859338fa41d860dac74bfbebea7a88a.
"reloading is not necessary when pool_passwd is updated." was not
correct. Since reading pool_passwd in pgpool uses a buffered read,
it's too fragile to assume that changes to pool_passwd by different
process is immediately available for pgpool process. To reflect the
changes, pgpool reload (which causes re-opening pool_passwd). is
necessary.
Discussion: [pgpool-general: 9185] reloading of pool_passwd file
https://www.pgpool.net/pipermail/pgpool-general/2024-August/001862.html
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</>の両方でmd5パスワードを変更します。
- <productname>Pgpool-II</>設定の再読み込みは必要ありません。
+ 3- (もちろんpool_passwdと<productname>PostgreSQL</productname>の両方で)SCRAMパスワードを変更したら、<productname>Pgpool-II</productname>の設定の再読み込みを実行してください。
</para>
</sect3>
This parameter can only be set at server start.
-->
このパラメータはサーバ起動時にのみ設定可能です。
- ただし、パスワードファイルの内容変更はサーバの再起動や設定ファイルの再読込なしに直ちに反映されます。
</para>
</listitem>
</varlistentry>
See <xref linkend="auth-pool-hba-conf"> for more details.
</para>
<para>
- 3- Change md5 password in both pool_passwd and <productname>PostgreSQL</productname>.
- Reloading the pgpool configurations is not necessary.
+ 3- After changing md5 password (in both pool_passwd
+ and <productname>PostgreSQL</productname> of course), reload
+ the pgpool configurations.
</para>
</sect3>
See <xref linkend="auth-pool-hba-conf"> for more details.
</para>
<para>
- 3- Change md5 password in both pool_passwd and <productname>PostgreSQL</productname>.
- Reloading the pgpool configurations is not necessary.
+ 3- After changing SCRAM password (in both pool_passwd
+ and <productname>PostgreSQL</productname> of course), reload
+ the <productname>Pgpool-II</productname> configuration.
</para>
</sect3>
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>