pgsql: doc: Move documentation of md5_password_warnings to a better pla

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Move documentation of md5_password_warnings to a better pla
Date: 2025-05-21 14:41:47
Message-ID: E1uHkde-0007fj-2c@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f3622b64762bb5ee5242937f0fadcacb1a10f30e

Modified Files
--------------
doc/src/sgml/config.sgml | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2025-05-22 08:04:24 pgsql: Revert "Don't lock partitions pruned by initial pruning"
Previous Message Michael Paquier 2025-05-21 06:58:23 pgsql: Adjust operation names of pg_aios to match the documentation