diff options
author | Bruce Momjian <bruce@momjian.us> | 2011-01-31 22:28:42 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2011-01-31 22:29:10 -0500 |
commit | 2dbed56c5a86d45a66f41e6a8a16295bbfe46646 (patch) | |
tree | 67c9807b09dc110689424bd1a292a1ba3d0e1853 | |
parent | 6e2f3ae8842392c46ccc91a9ce4bba92296890cb (diff) | |
download | postgresql-2dbed56c5a86d45a66f41e6a8a16295bbfe46646.tar.gz postgresql-2dbed56c5a86d45a66f41e6a8a16295bbfe46646.zip |
In pg_authid.rolpassword docs, make "md5" appear as a literal.
-rw-r--r-- | doc/src/sgml/catalogs.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index a81ea7ef4df..ecedaccaf70 100644 --- 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 |