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: | [email protected] |
Views: | Whole Thread | Raw Message | 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_15_STABLE
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 |