pgsql: Mention md5 deprecation in postgresql.conf.sample

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Mention md5 deprecation in postgresql.conf.sample
Date: 2025-11-17 12:31:34
Message-ID: E1vKyOM-0076ON-2q@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mention md5 deprecation in postgresql.conf.sample

PostgreSQL 18 deprecated password_encryption='md5', but the
comments for this GUC in the sample configuration file did
not mention the deprecation. Update comments with a notice
to make as many users as possible aware of it. Also add a
comment to the related md5_password_warnings GUC while there.

Author: Michael Banck <mbanck(at)gmx(dot)net>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Reviewed-by: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Reviewed-by: Robert Treat <rob(at)xzilla(dot)net>
Backpatch-through: 18

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/721bf9ce18b63c096104efd419af7e59053a333a

Modified Files
--------------
src/backend/utils/misc/postgresql.conf.sample | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-11-17 12:32:40 pgsql: Mention md5 deprecation in postgresql.conf.sample
Previous Message Mircea Cadariu 2025-11-17 09:20:23 Re: pgsql: Drop unnamed portal immediately after execution to completion