Docs on PREPARE sql command should probably point to DEALLOCATE ... - Mailing list pgsql-docs

From James Robinson
Subject Docs on PREPARE sql command should probably point to DEALLOCATE ...
Date
Msg-id 92A0A6DA-8DB3-11D8-8D1B-000A9566A412@socialserve.com
Whole thread Raw
Responses Re: Docs on PREPARE sql command should probably point to DEALLOCATE  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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


pgsql-docs by date:

Previous
From: "Dave Page"
Date:
Subject: Re: [pgsql-www] Odd formatting in on-line docs
Next
From: Bruce Momjian
Date:
Subject: Re: Docs on PREPARE sql command should probably point to DEALLOCATE