BUG #1111: documentation error

From: "PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #1111: documentation error
Date: 2004-03-23 23:15:00
Message-ID: 20040323231500.397CACF5030@www.postgresql.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 1111
Logged by: Mike Tenenbaum

Email address: michael(at)strategic-techs(dot)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);

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-03-23 23:37:48 Re: BUG #1111: documentation error
Previous Message xvx 2004-03-23 18:30:36 Re: could not create shared memory segment: Invalid argument