BUG #1111: documentation error

Поиск
Список
Период
Сортировка
От PostgreSQL Bugs List
Тема BUG #1111: documentation error
Дата
Msg-id 20040323231500.397CACF5030@www.postgresql.com
обсуждение исходный текст
Ответы Re: BUG #1111: documentation error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
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);

В списке pgsql-bugs по дате отправления:

Предыдущее
От: pgsql-bugs@postgresql.org
Дата:
Сообщение: Returned due to virus; was:Mail Delivery (failure sandra.niehoff@services.fujitsu.com)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1111: documentation error