mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
In pg_authid.rolpassword docs, make "md5" appear as a literal.
This commit is contained in:
parent
6e2f3ae884
commit
2dbed56c5a
@ -1265,7 +1265,7 @@
|
|||||||
<entry><type>text</type></entry>
|
<entry><type>text</type></entry>
|
||||||
<entry>
|
<entry>
|
||||||
Password (possibly encrypted); null if none. If the password is
|
Password (possibly encrypted); null if none. If the password is
|
||||||
encrypted, this column will contain the string md5 followed by a
|
encrypted, this column will contain the string <literal>md5</> followed by a
|
||||||
32-character hexadecimal MD5 hash. The MD5 hash will be of the
|
32-character hexadecimal MD5 hash. The MD5 hash will be of the
|
||||||
user's password concatenated to their username (for example, if
|
user's password concatenated to their username (for example, if
|
||||||
user joe has password xyzzy, <productname>PostgreSQL</> will store
|
user joe has password xyzzy, <productname>PostgreSQL</> will store
|
||||||
|
Loading…
x
Reference in New Issue
Block a user