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

Skip to content

Commit 4958490

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 eb42346 commit 4958490

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
@@ -1580,7 +1580,7 @@
15801580
<structfield>rolpassword</structfield> <type>text</type>
15811581
</para>
15821582
<para>
1583-
Password (possibly encrypted); null if none. The format depends
1583+
Encrypted password; null if none. The format depends
15841584
on the form of encryption used.
15851585
</para></entry>
15861586
</row>
@@ -1616,11 +1616,6 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
16161616
<replaceable>ServerKey</replaceable> are in Base64 encoded format. This format is
16171617
the same as that specified by <ulink url="https://datatracker.ietf.org/doc/html/rfc5803">RFC 5803</ulink>.
16181618
</para>
1619-
1620-
<para>
1621-
A password that does not follow either of those formats is assumed to be
1622-
unencrypted.
1623-
</para>
16241619
</sect1>
16251620

16261621

@@ -12560,7 +12555,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
1256012555
<structfield>passwd</structfield> <type>text</type>
1256112556
</para>
1256212557
<para>
12563-
Password (possibly encrypted); null if none. See
12558+
Encrypted password; null if none. See
1256412559
<link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>
1256512560
for details of how encrypted passwords are stored.
1256612561
</para></entry>

0 commit comments

Comments
 (0)
0