projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e2f3ae
)
In pg_authid.rolpassword docs, make "md5" appear as a literal.
author
Bruce Momjian
<bruce@momjian.us>
Tue, 1 Feb 2011 03:28:42 +0000
(22:28 -0500)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 1 Feb 2011 03:29:10 +0000
(22:29 -0500)
doc/src/sgml/catalogs.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/catalogs.sgml
b/doc/src/sgml/catalogs.sgml
index a81ea7ef4df416bc69442d8011748c44dfebdc59..ecedaccaf7088ccdce9bc1759f7d8f9f47773b59 100644
(file)
--- a/
doc/src/sgml/catalogs.sgml
+++ b/
doc/src/sgml/catalogs.sgml
@@
-1265,7
+1265,7
@@
<entry><type>text</type></entry>
<entry>
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
user's password concatenated to their username (for example, if
user joe has password xyzzy, <productname>PostgreSQL</> will store