pgsql: doc: Remove notes about "unencrypted" passwords.

Lists: pgsql-committers
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
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_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1a7968ac5f8981e5b93cff363debd9127ff08bc9

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)