pgsql: Recommend scram-sha-256 instead of md5 authentication in docs - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Recommend scram-sha-256 instead of md5 authentication in docs
Date
Msg-id E1nw85G-0024tg-PW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Recommend scram-sha-256 instead of md5 authentication in docs

PostgreSQL 14 changed the default to be scram-sha-256, so we should stop
recommending the user to use md5 or even worse password.

Suggested-By: Daniel Westermann
Author: Jonathan S. Katz
Backpatch-through: 14
Discussion: https://postgr.es/m/GV0P278MB0419A8BAC0B0B84AFA5263D9D2DC9@GV0P278MB0419.CHEP278.PROD.OUTLOOK.COM

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/runtime.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Revert changes to CONCURRENTLY that "sped up" Xmin advance
Next
From: David Rowley
Date:
Subject: pgsql: Doc: mention limitation of the number of resultset columns