diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml
index 88328ebb34b..27abc2ee107 100644
--- a/doc/src/sgml/catalogs.sgml
+++ b/doc/src/sgml/catalogs.sgml
@@ -1590,7 +1590,7 @@
rolpasswordtext
- Password (possibly encrypted); null if none. The format depends
+ Encrypted password; null if none. The format depends
on the form of encryption used.
@@ -1626,11 +1626,6 @@ SCRAM-SHA-256$<iteration count>:&l
ServerKey are in Base64 encoded format. This format is
the same as that specified by RFC 5803.
-
-
- A password that does not follow either of those formats is assumed to be
- unencrypted.
-
diff --git a/doc/src/sgml/system-views.sgml b/doc/src/sgml/system-views.sgml
index a272068782b..20cf03b9d15 100644
--- a/doc/src/sgml/system-views.sgml
+++ b/doc/src/sgml/system-views.sgml
@@ -3412,7 +3412,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
passwdtext
- Password (possibly encrypted); null if none. See
+ Encrypted password; null if none. See
pg_authid
for details of how encrypted passwords are stored.