Docs on PREPARE sql command should probably point to DEALLOCATE ...

From: James Robinson <jlrobins(at)socialserve(dot)com>
To: pgsql-docs(at)postgresql(dot)org
Subject: Docs on PREPARE sql command should probably point to DEALLOCATE ...
Date: 2004-04-14 01:32:20
Message-ID: 92A0A6DA-8DB3-11D8-8D1B-000A9566A412@socialserve.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

In reading the 7.4.2 docs, the sql reference page for PREPARE doesn't
reference DEALLOCATE in any way. It points to EXECUTE, but not to
DEALLOCATE. Suggested fix:

... This also means that a single prepared statement cannot be used by
multiple simultaneous database clients; however, each client can create
their own prepared statement to use. The prepared statement can be
manually cleaned up using the DEALLOCATE command.

----
James Robinson
Socialserve.com

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Peter Eisentraut 2004-04-14 08:19:17 Re: PostgreSQL Documentation for use with GNOME/Yelp
Previous Message Enver ALTIN 2004-04-13 22:04:53 PostgreSQL Documentation for use with GNOME/Yelp