Prepared select

From: "Robert Turnbull" <rturnbull(at)strategicmind(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Prepared select
Date: 2004-04-02 17:43:38
Message-ID: 005101c418da$07e0b2c0$6f64a8c0@robert
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

How can I use a prepared select statement as mentioned in the documentation on SQL PREPARE. Preparing the statement is easy, the problem is using the plan to get a cursor. My assumption is the SQL OPEN command is not documented or there is some other libpq API to make this happen.

Thanks

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Manfred Koizar 2004-04-02 18:05:01 Re: Large DB
Previous Message Joe Conway 2004-04-02 17:21:12 Re: GiST future