Re: PG 18 release notes draft committed - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: PG 18 release notes draft committed
Date
Msg-id aDXLoTcBYjfyqeTA@nathan
Whole thread Raw
In response to PG 18 release notes draft committed  (Bruce Momjian <bruce@momjian.us>)
Responses Re: PG 18 release notes draft committed
List pgsql-hackers
For the "Deprecate MD5 password authentication" item, IMHO we should
emphasize that support for MD5 passwords will be removed in a future major
release, as we did for the 18beta1 announcement.  Here's an attempt:

    Deprecate MD5 password authentication (Nathan Bossart)

    Support for MD5 passwords will be removed in a future major version
    release.  CREATE ROLE and ALTER ROLE now emit deprecation warnings when
    setting MD5 passwords.  These warnings can be disabled by setting the
    md5_password_warnings parameter to "off".

-- 
nathan



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Non-reproducible AIO failure
Next
From: Andrew Dunstan
Date:
Subject: Re: Cygwin support