PREPARED ...

From: "alex b(dot)" <mailinglists1(at)gmx(dot)de>
To: Postgresql General <pgsql-general(at)postgresql(dot)org>
Subject: PREPARED ...
Date: 2003-05-12 19:29:44
Message-ID: 3EBFF628.4030105@gmx.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi

I'm pretty sure you people will want kill me for this, but I've heard
quite a lot about prepared queries..

well, the pgdocs don't really clarify or give examples on how to use
this command.

besides, is it even stored? if so, then, how do you delete it, view it,
or modify it?

and most importantly, how do you use them?

I have this table, I want to add a few values usint INSERT INTO, but I
heard using this command combined with prepare speeds things up a little
- good, so I wanted to try it, but failed miserably... :(

well, any help's appreciated.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nigel J. Andrews 2003-05-12 19:43:06 Re: PREPARED ...
Previous Message D. Dante Lorenso 2003-05-12 19:28:18 Re: Serialization, Locking...implement processing Queue with a table