BUG #1111: documentation error - Mailing list pgsql-bugs

From PostgreSQL Bugs List
Subject BUG #1111: documentation error
Date
Msg-id 20040323231500.397CACF5030@www.postgresql.com
Whole thread Raw
Responses Re: BUG #1111: documentation error  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: pgsql-bugs@postgresql.org
Date:
Subject: Returned due to virus; was:Mail Delivery (failure sandra.niehoff@services.fujitsu.com)
Next
From: Tom Lane
Date:
Subject: Re: BUG #1111: documentation error