Thread: BUG #1111: documentation error

BUG #1111: documentation error

From
"PostgreSQL Bugs List"
Date:
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);

Re: BUG #1111: documentation error

From
Tom Lane
Date:
"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:
> In 2.7.31,  PQresult should be PGresult

Good catch, thanks!

            regards, tom lane