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

Commit1c4da38

Browse files
committed
PQresult should be PGresult.
1 parent8ed8977 commit1c4da38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.148 2004/03/21 22:29:10 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.149 2004/03/23 23:37:17 tgl Exp $
33
-->
44

55
<chapter id="libpq">
@@ -1487,7 +1487,7 @@ Note that error fields are only available from
14871487
Every command result should be freed via <function>PQclear</function> when
14881488
it is no longer needed.
14891489
<synopsis>
1490-
void PQclear(PQresult *res);
1490+
void PQclear(PGresult *res);
14911491
</synopsis>
14921492
</para>
14931493

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp