X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (unknown [200.46.204.2]) by svr1.postgresql.org (Postfix) with ESMTP id 6DE7ED1CC8D for ; Mon, 19 Apr 2004 20:37:21 -0300 (ADT) Received: from svr1.postgresql.org ([200.46.204.71]) by localhost (neptune.hub.org [200.46.204.2]) (amavisd-new, port 10024) with ESMTP id 61152-01 for ; Mon, 19 Apr 2004 20:37:21 -0300 (ADT) Received: from candle.pha.pa.us (candle.pha.pa.us [207.106.42.251]) by svr1.postgresql.org (Postfix) with ESMTP id 7A260D1C952 for ; Mon, 19 Apr 2004 20:37:17 -0300 (ADT) Received: (from pgman@localhost) by candle.pha.pa.us (8.11.6/8.11.6) id i3JNbGP07287; Mon, 19 Apr 2004 19:37:16 -0400 (EDT) From: Bruce Momjian Message-Id: <200404192337.i3JNbGP07287@candle.pha.pa.us> Subject: Re: Docs on PREPARE sql command should probably point to DEALLOCATE In-Reply-To: <92A0A6DA-8DB3-11D8-8D1B-000A9566A412@socialserve.com> To: James Robinson Date: Mon, 19 Apr 2004 19:37:16 -0400 (EDT) Cc: pgsql-docs@postgresql.org X-Mailer: ELM [version 2.4ME+ PL108 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Virus-Scanned: by amavisd-new at postgresql.org X-Archive-Number: 200404/16 X-Sequence-Number: 2360 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 majordomo@postgresql.org so that your > message can get through to the mailing list cleanly > -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073