From: Peter Eisentraut Date: Wed, 21 May 2025 14:29:05 +0000 (+0200) Subject: doc: Move documentation of md5_password_warnings to a better place X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=f3622b64762bb5ee5242937f0fadcacb1a10f30e;p=postgresql.git doc: Move documentation of md5_password_warnings to a better place Commit db6a4a985bc categorized md5_password_warnings as an authentication setting, and the placement in postgresql.conf.sample matches that, but in the documentation it ended up under logging settings, which isn't unreasonable but inconsistent. This moves the documentation chunk to authentication settings as well. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 23d2b1be424..aa8f47a1591 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -1155,6 +1155,22 @@ include_dir 'conf.d' + + md5_password_warnings (boolean) + + md5_password_warnings configuration parameter + + + + + Controls whether a WARNING about MD5 password + deprecation is produced when a CREATE ROLE or + ALTER ROLE statement sets an MD5-encrypted password. + The default value is on. + + + + krb_server_keyfile (string) @@ -8118,22 +8134,6 @@ log_line_prefix = '%m [%p] %q%u@%d/%a ' - - md5_password_warnings (boolean) - - md5_password_warnings configuration parameter - - - - - Controls whether a WARNING about MD5 password - deprecation is produced when a CREATE ROLE or - ALTER ROLE statement sets an MD5-encrypted password. - The default value is on. - - - -