In reading the 7.4.2 docs, the sql reference page for PREPARE doesn't

Bruce Momjian <bruce@momjian.us>

Commit: d1b3915ce181938a432b1098aa6bf4d47c721a98
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-04-19T23:36:48Z
Releases: 8.0.0
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

Files

PathChange+/−
doc/src/sgml/ref/prepare.sgml modified +6 −5