From: John Naylor Date: Wed, 7 Jan 2026 04:55:01 +0000 (+0700) Subject: Further doc updates to reflect MD5 deprecation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdcab17e7e5deb3fa843214ca1215023735b45cb;p=thirdparty%2Fpostgresql.git Further doc updates to reflect MD5 deprecation Followup to 44f49511b. Author: Fujii Masao Reviewed-by: Heikki Linnakangas Discussion: https://postgr.es/m/CAHGQGwH_UfN96vcvLGA%3DYro%2Bo6qCn0nEgEGoviwzEiLTHtt2Pw%40mail.gmail.com Backpatch-through: 18 --- diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml index b47d8b4106e..aa256e2ec51 100644 --- a/doc/src/sgml/high-availability.sgml +++ b/doc/src/sgml/high-availability.sgml @@ -857,7 +857,7 @@ archive_cleanup_command = 'pg_archivecleanup /path/to/archive %r' # as a replication standby if the user's password is correctly supplied. # # TYPE DATABASE USER ADDRESS METHOD -host replication foo 192.168.1.100/32 md5 +host replication foo 192.168.1.100/32 scram-sha-256 diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml index adb676cb900..fd2edc1addb 100644 --- a/doc/src/sgml/logical-replication.sgml +++ b/doc/src/sgml/logical-replication.sgml @@ -3215,7 +3215,7 @@ wal_level = logical (the values here depend on your actual network configuration and user you want to use for connecting): -host all repuser 0.0.0.0/0 md5 +host all repuser 0.0.0.0/0 scram-sha-256