Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample

2025-11-17 Thread Daniel Gustafsson
> 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). >>

Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample

2025-11-15 Thread Michael Banck
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

Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample

2025-11-15 Thread Robert Treat
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

Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample

2025-11-14 Thread Nathan Bossart
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

Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample

2025-11-14 Thread Daniel Gustafsson
> 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

Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample

2025-11-14 Thread Michael Banck
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

Re: [Patch] Mention md5 is deprecated in postgresql.conf.sample

2025-11-14 Thread Daniel Gustafsson
> 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

[Patch] Mention md5 is deprecated in postgresql.conf.sample

2025-11-14 Thread Michael Banck
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