Skip to content

Commit 002938f

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 d404612 commit 002938f

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

doc/src/sgml/catalogs.sgml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@
15901590
<structfield>rolpassword</structfield> <type>text</type>
15911591
</para>
15921592
<para>
1593-
Password (possibly encrypted); null if none. The format depends
1593+
Encrypted password; null if none. The format depends
15941594
on the form of encryption used.
15951595
</para></entry>
15961596
</row>
@@ -1626,11 +1626,6 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
16261626
<replaceable>ServerKey</replaceable> are in Base64 encoded format. This format is
16271627
the same as that specified by <ulink url="https://datatracker.ietf.org/doc/html/rfc5803">RFC 5803</ulink>.
16281628
</para>
1629-
1630-
<para>
1631-
A password that does not follow either of those formats is assumed to be
1632-
unencrypted.
1633-
</para>
16341629
</sect1>
16351630

16361631

doc/src/sgml/system-views.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3578,7 +3578,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
35783578
<structfield>passwd</structfield> <type>text</type>
35793579
</para>
35803580
<para>
3581-
Password (possibly encrypted); null if none. See
3581+
Encrypted password; null if none. See
35823582
<link linkend="catalog-pg-authid"><structname>pg_authid</structname></link>
35833583
for details of how encrypted passwords are stored.
35843584
</para></entry>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy