From: Peter Eisentraut Date: Wed, 21 Mar 2001 19:09:03 +0000 (+0000) Subject: correction X-Git-Tag: REL7_1~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6cf8707b828b14b5c2336076ce358b18b67829d6;p=postgresql correction --- diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 53455d7853..003a4dd5c1 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1,5 +1,5 @@ @@ -239,14 +239,14 @@ PGconn *PQsetdb(char *pghost, - PQconnectStart + PQconnectStart, PQconnectPoll Make a connection to the database server in a non-blocking manner. PGconn *PQconnectStart(const char *conninfo) -PostgresPollingStatusType *PQconnectPoll(PQconn *conn) +PostgresPollingStatusType PQconnectPoll(PGconn *conn) These two routines are used to open a connection to a database server such that your application's thread of execution is not blocked on remote I/O