Skip to content

Commit 5ba3fae

Browse files
nathan-bossartCommitfest Bot
authored andcommitted
doc: Fix notes about password encryption in pg_authid.
1 parent 0e164eb commit 5ba3fae

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
@@ -1582,7 +1582,7 @@
15821582
<structfield>rolpassword</structfield> <type>text</type>
15831583
</para>
15841584
<para>
1585-
Password (possibly encrypted); null if none. The format depends
1585+
Encrypted password; null if none. The format depends
15861586
on the form of encryption used.
15871587
</para></entry>
15881588
</row>
@@ -1627,11 +1627,6 @@ SCRAM-SHA-256$<replaceable>&lt;iteration count&gt;</replaceable>:<replaceable>&l
16271627
<replaceable>ServerKey</replaceable> are in Base64 encoded format. This format is
16281628
the same as that specified by <ulink url="https://datatracker.ietf.org/doc/html/rfc5803">RFC 5803</ulink>.
16291629
</para>
1630-
1631-
<para>
1632-
A password that does not follow either of those formats is assumed to be
1633-
unencrypted.
1634-
</para>
16351630
</sect1>
16361631

16371632

doc/src/sgml/system-views.sgml

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

0 commit comments

Comments
 (0)