Commit 1c4da387 authored by Tom Lane's avatar Tom Lane

PQresult should be PGresult.

parent 8ed89773
<!-- <!--
$PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.148 2004/03/21 22:29:10 tgl Exp $ $PostgreSQL: pgsql/doc/src/sgml/libpq.sgml,v 1.149 2004/03/23 23:37:17 tgl Exp $
--> -->
<chapter id="libpq"> <chapter id="libpq">
...@@ -1487,7 +1487,7 @@ Note that error fields are only available from ...@@ -1487,7 +1487,7 @@ Note that error fields are only available from
Every command result should be freed via <function>PQclear</function> when Every command result should be freed via <function>PQclear</function> when
it is no longer needed. it is no longer needed.
<synopsis> <synopsis>
void PQclear(PQresult *res); void PQclear(PGresult *res);
</synopsis> </synopsis>
</para> </para>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment