Prepared statements (was: Postgres Speed or lack thereof)

Taral <taral@cyberjunkie.com>

From: Taral <taral@cyberjunkie.com>
To: Vadim Mikheev <vadim@krs.ru>
Cc: pgsql-hackers@postgreSQL.org
Date: 1999-01-19T02:26:40Z
Lists: pgsql-hackers
On Mon, 18 Jan 1999, Vadim Mikheev wrote:
>1. PG can handle prepared queries.
>   Parser & Planner can parse/plan (i.e. prepare) query with
>   parameters once, so such prepared query can be executed 
>   many times by executor without parser/planner invocation.
>2. We have to implement some interface to use this ability.

Yes, I need prepared statements for CORBA, too.

Taral