Обсуждение: BUG #1111: documentation error

Поиск
Список
Период
Сортировка

BUG #1111: documentation error

От
"PostgreSQL Bugs List"
Дата:
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

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

Good catch, thanks!

            regards, tom lane