aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2005-10-17 16:24:20 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2005-10-17 16:24:20 +0000
commitd330f1554d3a99304e1965e3acf63c10ec34ce20 (patch)
treecfc3c1f1bf8a5fe14d7414e9591ff1cc650aa7dc /doc/src
parent8ffdcbf23b36b4f908724015e79aceff338e0539 (diff)
downloadpostgresql-d330f1554d3a99304e1965e3acf63c10ec34ce20.tar.gz
postgresql-d330f1554d3a99304e1965e3acf63c10ec34ce20.zip
Clean up libpq's pollution of application namespace by renaming the
exported routines of ip.c, md5.c, and fe-auth.c to begin with 'pg_'. Also get rid of the vestigial fe_setauthsvc/fe_getauthsvc routines altogether.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/libpq.sgml8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index 0c60eb68ec2..69aebfc83ab 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.193 2005/10/13 17:55:18 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.194 2005/10/17 16:24:18 tgl Exp $
-->
<chapter id="libpq">
@@ -4049,15 +4049,13 @@ passed around freely between threads.
<para>
The deprecated functions
-<function>PQrequestCancel</function>,
-<function>PQoidStatus</function> and
-<function>fe_setauthsvc</function>
+<function>PQrequestCancel</function> and
+<function>PQoidStatus</function>
are not thread-safe and should not be used in multithread programs.
<function>PQrequestCancel</function> can be replaced by
<function>PQcancel</function>.
<function>PQoidStatus</function> can be replaced by
<function>PQoidValue</function>.
-There is no good reason to call <function>fe_setauthsvc</function> at all.
</para>
<para>