pgsql: doc: Remove notes about "unencrypted" passwords. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: doc: Remove notes about "unencrypted" passwords.
Date
Msg-id E1uMpQx-000ACJ-25@gemulon.postgresql.org
Whole thread Raw
List 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@paquier.xyz>
Discussion: https://postgr.es/m/aD2yKkZro4nbl5ol%40nathan
Backpatch-through: 13

Branch
------
REL_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/6e71b7a39646e658ff8ccd55acf8b1d9d29d129b

Modified Files
--------------
doc/src/sgml/catalogs.sgml     | 7 +------
doc/src/sgml/system-views.sgml | 2 +-
2 files changed, 2 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Update description of pg_constraint.convalidated
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix copy-pasto with process count calculation in method_io_uring