Index: doc/src/sgml/client-auth.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/client-auth.sgml,v retrieving revision 1.74 diff -c -c -r1.74 client-auth.sgml *** doc/src/sgml/client-auth.sgml 9 Apr 2005 03:52:43 -0000 1.74 --- doc/src/sgml/client-auth.sgml 21 Apr 2005 22:18:42 -0000 *************** *** 575,582 **** The password-based authentication methods are md5, crypt, and password. These methods operate similarly except for the way that the password is sent across the ! connection. But only md5 supports encrypted ! passwords stored in pg_shadow; the other two require unencrypted passwords to be stored there. --- 575,582 ---- The password-based authentication methods are md5, crypt, and password. These methods operate similarly except for the way that the password is sent across the ! connection. However, only md5 allows encrypted ! passwords to be stored in pg_shadow; the other two require unencrypted passwords to be stored there.