CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian(at)svr1(dot)postgresql(dot)org 04/04/19 20:36:48
Modified files:
doc/src/sgml/ref: prepare.sgml
Log message:
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
pgsql-committers by date
| Next: | From: PostgreSQL Daemon | Date: 2004-04-20 00:33:53 |
| Subject: pgsql-server/ /GNUmakefile.in /configure /conf ... |
| Previous: | From: Tom Lane | Date: 2004-04-19 23:27:17 |
| Subject: pgsql-server/src backend/storage/buffer/README ... |