> On 15 Nov 2025, at 15:55, Michael Banck wrote:
>
> Hi,
>
> On Sat, Nov 15, 2025 at 09:37:37AM -0500, Robert Treat wrote:
>> +1 to the general idea, though I think it should go the other way
>> around (it is a small enough grammatical point I'm sure some would
>> argue the other way around).
>>
Hi,
On Sat, Nov 15, 2025 at 09:37:37AM -0500, Robert Treat wrote:
> +1 to the general idea, though I think it should go the other way
> around (it is a small enough grammatical point I'm sure some would
> argue the other way around).
>
> # password_encryption = scram-sha-256 # scram-sha-256 or md
On Fri, Nov 14, 2025 at 5:48 AM Michael Banck wrote:
>
> 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 hav
On Fri, Nov 14, 2025 at 01:57:28PM +0100, Daniel Gustafsson wrote:
> Something like that yes. I'll wait for others to chime in but unless there
> are
> objections I think we should go with something like this.
Seems fine to me. I'd like to start emitting WARNINGs in ~v20 when folks
log in using
> On 14 Nov 2025, at 13:15, Michael Banck wrote:
> On Fri, Nov 14, 2025 at 12:53:41PM +0100, Daniel Gustafsson wrote:
>>> On 14 Nov 2025, at 11:47, Michael Banck wrote:
>>> while looking through postgresql.conf on PG18, I noticed that
>>> password_encryption mentions md5 as valid alternative to
Hi,
On Fri, Nov 14, 2025 at 12:53:41PM +0100, Daniel Gustafsson wrote:
> > On 14 Nov 2025, at 11:47, Michael Banck wrote:
> > 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
> On 14 Nov 2025, at 11:47, Michael Banck wrote:
> 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 n
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