Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6cf8707

Browse files
committed
correction
1 parentff3c489 commit6cf8707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
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 $
33
-->
44

55
<chapter id="libpq">
@@ -239,14 +239,14 @@ PGconn *PQsetdb(char *pghost,
239239

240240
<listitem>
241241
<para>
242-
<function>PQconnectStart</function>
242+
<function>PQconnectStart</function>,
243243
<function>PQconnectPoll</function>
244244
Make a connection to the database server in a non-blocking manner.
245245
<synopsis>
246246
PGconn *PQconnectStart(const char *conninfo)
247247
</synopsis>
248248
<synopsis>
249-
PostgresPollingStatusType*PQconnectPoll(PQconn *conn)
249+
PostgresPollingStatusType PQconnectPoll(PGconn *conn)
250250
</synopsis>
251251
These two routines are used to open a connection to a database server such
252252
that your application's thread of execution is not blocked on remote I/O

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp