correction
authorPeter Eisentraut
Wed, 21 Mar 2001 19:09:03 +0000 (19:09 +0000)
committerPeter Eisentraut
Wed, 21 Mar 2001 19:09:03 +0000 (19:09 +0000)
doc/src/sgml/libpq.sgml

index 53455d7853f75d5e3adb7fcd8ea5f5ed7518c253..003a4dd5c142907b5080f8f485b5ea14ae9c7edc 100644 (file)
@@ -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