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

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: James Robinson <jlrobins(at)socialserve(dot)com>
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: Docs on PREPARE sql command should probably point to DEALLOCATE
Date: 2004-04-19 23:37:16
Message-ID: 200404192337.i3JNbGP07287@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2004-04-20 01:03:55 Re: Odd formatting in on-line docs
Previous Message Josh Berkus 2004-04-19 22:18:19 Fwd: PostgreSQL 7.4 documentation packaging