Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1c4da38

Browse files
committed
PQresult should be PGresult.
1 parent 8ed8977 commit 1c4da38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/libpq.sgml

+2-2
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)