diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/libpq.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 4ac37439701..d4819c8b34e 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.149 2004/03/23 23:37:17 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.150 2004/03/24 03:44:58 momjian Exp $ --> <chapter id="libpq"> @@ -3654,8 +3654,7 @@ call <function>fe_setauthsvc</function> at all. <literal>crypt()</literal> operating system function, which is often not thread-safe.<indexterm><primary>crypt</><secondary>thread safety</></> It is better to use the <literal>md5</literal> method, -which is thread-safe on all platforms. <application>SSL</> connections -and <application>kerberos</> authentication are also not thread-safe. +which is thread-safe on all platforms. </para> <para> |