pgsql: doc: Move documentation of md5_password_warnings to a better pla - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Move documentation of md5_password_warnings to a better pla
Date
Msg-id E1uHkde-0007fj-2c@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Adjust operation names of pg_aios to match the documentation
Next
From: Amit Langote
Date:
Subject: pgsql: Revert "Don't lock partitions pruned by initial pruning"