From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
Cc: | Stephen Frost <sfrost(at)snowman(dot)net>, "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>, Magnus Hagander <magnus(at)hagander(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Vik Fearing <vik(at)postgresfriends(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: password_encryption default |
Date: | 2020-05-29 07:33:07 |
Message-ID: | 20200529073307.GH44192@paquier.xyz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, May 28, 2020 at 02:53:17PM +0200, Peter Eisentraut wrote:
> More along these lines: We could also remove the ENCRYPTED and UNENCRYPTED
> keywords from CREATE and ALTER ROLE. AFAICT, these have never been emitted
> by pg_dump or psql, so there are no concerns from that end. Thoughts?
+0.5. I think that you have a good point about the removal of
UNENCRYPTED (one keyword gone!) as we don't support it since 10. For
ENCRYPTED, I'd rather keep it around for compatibility reasons for a
longer time, just to be on the safe side.
--
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | brajmohan saxena | 2020-05-29 08:12:17 | Does PG server process keep backend info |
Previous Message | Oleksandr Shulgin | 2020-05-29 07:26:03 | Re: feature idea: use index when checking for NULLs before SET NOT NULL |