Update pg_hba.conf example to reflect MD5 deprecation

John Naylor <john.naylor@postgresql.org>

Commit: 44f49511b7940adf3be4337d4feb2de38fe92297
Author: John Naylor <john.naylor@postgresql.org>
Date: 2025-12-19T08:48:18Z
Update pg_hba.conf example to reflect MD5 deprecation

In the wake of commit db6a4a985, remove most use of 'md5' from the
example configuration file. The only remainder is an example exception
for a client that doesn't support SCRAM.

Author: Mikael Gustavsson <mikael.gustavsson@smhi.se>
Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Andreas Karlsson <andreas@proxel.se>
Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.at>
Discussion: https://postgr.es/m/176595607507.978865.11597773194269211255@wrigleys.postgresql.org
Discussion: https://postgr.es/m/4ed268473fdb4cf9b0eced6c8019d353@smhi.se
Backpatch-through: 18

Files

PathChange+/−
doc/src/sgml/client-auth.sgml modified +6 −6

Discussion