public inbox for [email protected]help / color / mirror / Atom feed
Docs on PREPARE sql command should probably point to DEALLOCATE ... 2+ messages / 2 participants [nested] [flat]
* Docs on PREPARE sql command should probably point to DEALLOCATE ... @ 2004-04-14 01:32 James Robinson <[email protected]> 0 siblings, 1 reply; 2+ messages in thread From: James Robinson @ 2004-04-14 01:32 UTC (permalink / raw) To: 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 ^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Docs on PREPARE sql command should probably point to DEALLOCATE @ 2004-04-19 23:37 Bruce Momjian <[email protected]> parent: James Robinson <[email protected]> 0 siblings, 0 replies; 2+ messages in thread From: Bruce Momjian @ 2004-04-19 23:37 UTC (permalink / raw) To: James Robinson <[email protected]>; +Cc: pgsql-docs 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, 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 > > > ---------------------------(end of broadcast)--------------------------- > TIP 3: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to [email protected] so that your > message can get through to the mailing list cleanly > -- Bruce Momjian | http://candle.pha.pa.us [email protected] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2004-04-19 23:37 UTC | newest] Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2004-04-14 01:32 Docs on PREPARE sql command should probably point to DEALLOCATE ... James Robinson <[email protected]> 2004-04-19 23:37 ` Re: Docs on PREPARE sql command should probably point to DEALLOCATE Bruce Momjian <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox