[Patch] Mention md5 is deprecated in postgresql.conf.sample
Michael Banck <mbanck@gmx.net>
From: Michael Banck <mbanck@gmx.net>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-14T10:47:53Z
Lists: pgsql-hackers
Attachments
- 0001-Mention-that-md5-hashed-passwords-are-deprecated-in-.patch (text/x-diff) patch 0001
Hi, while looking through postgresql.conf on PG18, I noticed that password_encryption mentions md5 as valid alternative to scram-sha-256. I think it would be useful to mention md5 is deprecated so that people looking at it (but have otherwise not gotten the memo) will realize and hopefully act on it. Patch attached, I think it would be a candidate for being back-patched to PG18 if accepted. Michael