threads through the same connection object. (If you need to run
concurrent queries, start up multiple connections.)
-However, libpq clients using the
-crypt encryption method rely on the
-crypt() operating system function, which often is not
-thread-safe. It is better to use MD5 encryption,
-which is guarantted to be thread-safe on all platforms.
-
PGresult> objects are read-only after creation, and so can be passed around
call fe_setauthsvc at all.
+Libpq clients using the crypt
+encryption method rely on the crypt() operating
+system function, which is often not thread-safe. It is better to use
+MD5 encryption, which is thread-safe on all
+platforms.
+