File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.58 2001/03/04 18:54:07 petere Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/libpq.sgml,v 1.59 2001/03/21 19:09:03 petere Exp $
3
3
-->
4
4
5
5
<chapter id="libpq">
@@ -239,14 +239,14 @@ PGconn *PQsetdb(char *pghost,
239
239
240
240
<listitem>
241
241
<para>
242
- <function>PQconnectStart</function>
242
+ <function>PQconnectStart</function>,
243
243
<function>PQconnectPoll</function>
244
244
Make a connection to the database server in a non-blocking manner.
245
245
<synopsis>
246
246
PGconn *PQconnectStart(const char *conninfo)
247
247
</synopsis>
248
248
<synopsis>
249
- PostgresPollingStatusType * PQconnectPoll(PQconn *conn)
249
+ PostgresPollingStatusType PQconnectPoll(PGconn *conn)
250
250
</synopsis>
251
251
These two routines are used to open a connection to a database server such
252
252
that your application's thread of execution is not blocked on remote I/O
You can’t perform that action at this time.
0 commit comments