From f3622b64762bb5ee5242937f0fadcacb1a10f30e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 21 May 2025 16:29:05 +0200 Subject: [PATCH] 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. --- doc/src/sgml/config.sgml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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. - - - - -- 2.30.2