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