BUG #1111: documentation error

Started by PostgreSQL Bugs Listabout 22 years ago2 messagesbugs
Jump to latest
#1PostgreSQL Bugs List
pgsql-bugs@postgresql.org

The following bug has been logged online:

Bug reference: 1111
Logged by: Mike Tenenbaum

Email address: michael@strategic-techs.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);

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: PostgreSQL Bugs List (#1)
Re: BUG #1111: documentation error

"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:

In 2.7.31, PQresult should be PGresult

Good catch, thanks!

regards, tom lane