8000 doc: Remove notes about "unencrypted" passwords. · postgres/postgres@1a7968a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a7968a

Browse files
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 eb61136. Reviewed-by: Michael Paquier <michael@paquier.xyz> Discussion: https://postgr.es/m/aD2yKkZro4nbl5ol%40nathan Backpatch-through: 13
1 parent cd31eaa commit 1a7968a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1562,7 +1562,7 @@
15621562
<structfield>rolpassword</structfield> <type>text</type>
15631563
</para>
15641564
<para>
1565-
Password (possibly encrypted); null if none. The format depends
1565+
Encrypted password; null if none. The format depends
15661566
on the form of encryption used.
15671567
</para></entry>
15681568
</row>
@@ -1598,11 +1598,6 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
15981598
<replaceable>ServerKey</replaceable> are in Base64 encoded format. This format is
15991599
the same as that specified by RFC 5803.
16001600
</para>
1601-
1602-
<para>
1603-
A password that does not follow either of those formats is assumed to be
1604-
unencrypted.
1605-
</para>
16061601
</sect1>
16071602

16081603

@@ -12242,7 +12237,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
1224212237
<structfield>passwd</structfield> <type>text</type>
1224312238
</para>
1224412239
<para>
12245-
Password (possibly encrypted); null if none. See
12240+
Encrypted password; null if none. See
1224612241
<link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>
1224712242
for details of how encrypted passwords are stored.
1224812243
</para></entry>

0 commit comments

Comments
 (0)
0