File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 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><iteration count></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
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments