Re: [DOCS] Docs on PREPARE sql command should probably point to DEALLOCATE

2004-04-19 Thread Bruce Momjian
Patch applied. Thanks. Your documentation changes can be viewed in five minutes using links at the bottom of the developer's page, http://developer.postgresql.org/index.php. --- James Robinson wrote: > In reading the 7.4.2

[DOCS] Docs on PREPARE sql command should probably point to DEALLOCATE ...

2004-04-19 Thread James Robinson
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