diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 53455d7853f..003a4dd5c14 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