crypt() operating system function, which is often
not thread-safe.
crypt>thread
safety>> It is better to use the md5 method,
-which is thread-safe on all platforms.
+which is thread-safe on all platforms.
SSL> connections
+and
kerberos> authentication are also not thread-safe.
before the first database connection if no custom SIGPIPE>
handler has been installed previously. This handler uses thread-local
storage to determine if a SIGPIPE> signal has been generated
-by an internal send()>. If an application wants to install
+by a libpq send()>. If an application wants to install
its own SIGPIPE> signal handler, it should call
PQinSend()> to determine if it should ignore the
SIGPIPE> signal. This function is available in both