From: | Nathan Bossart <nathan(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: doc: Remove notes about "unencrypted" passwords. |
Date: | 2025-06-04 14:49:39 |
Message-ID: | E1uMpQx-000ACH-22@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
doc: Remove notes about "unencrypted" passwords.
The documentation for the pg_authid system catalog and the
pg_shadow system view indicates that passwords might be stored in
cleartext, but that hasn't been possible for some time.
Oversight in commit eb61136dc7.
Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>
Discussion: https://postgr.es/m/aD2yKkZro4nbl5ol%40nathan
Backpatch-through: 13
Branch
------
REL_17_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/002938f15c63a52bfb191dce9496486a4bbfb757
Modified Files
--------------
doc/src/sgml/catalogs.sgml | 7 +------
doc/src/sgml/system-views.sgml | 2 +-
2 files changed, 2 insertions(+), 7 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2025-06-04 18:39:17 | Re: pgsql: postgres_fdw: Inherit the local transaction's access/deferrable |
Previous Message | Peter Eisentraut | 2025-06-04 13:35:02 | pgsql: doc: Update description of pg_constraint.convalidated |