1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-26 09:41:40 +03:00

Further doc updates to reflect MD5 deprecation

Followup to 44f49511b.

Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://postgr.es/m/CAHGQGwH_UfN96vcvLGA%3DYro%2Bo6qCn0nEgEGoviwzEiLTHtt2Pw%40mail.gmail.com
Backpatch-through: 18
This commit is contained in:
John Naylor
2026-01-07 11:55:01 +07:00
parent 0a7c37b847
commit e171405afe
2 changed files with 2 additions and 2 deletions

View File

@@ -865,7 +865,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
</programlisting>
</para>
<para>

View File

@@ -3522,7 +3522,7 @@ wal_level = logical
(the values here depend on your actual network configuration and user you
want to use for connecting):
<programlisting>
host all repuser 0.0.0.0/0 md5
host all repuser 0.0.0.0/0 scram-sha-256
</programlisting>
</para>