The following bug has been logged online:
Bug reference: 1111
Logged by: Mike Tenenbaum
Email address: michael(at)strategic-techs(dot)com
PostgreSQL version: 7.4
Operating system: linux
Description: documentation error
Details:
In 2.7.31, PQresult should be PGresult
=======================
PQclear
Frees the storage associated with a PGresult. Every command result
should be freed via PQclear when it is no longer needed.
void PQclear(PQresult *res);