Preparing select statements

From: "Robert Turnbull" <rturnbull(at)strategicmind(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Preparing select statements
Date: 2004-04-01 19:35:59
Message-ID: 001b01c41820$8fd927d0$6c64a8c0@robert
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

How can I execute a prepared query using the libpq interface? The SQL Prepare documentation talks about select statements, but where is the documentation on SQL OPEN or some functionally equivalent libpq API? That is to say how is a cursor generated from a plan?

Thanks

Browse pgsql-hackers by date

  From Date Subject
Next Message Chris Browne 2004-04-01 19:42:05 Re: Update on PITR
Previous Message Tony Reina 2004-04-01 17:52:11 Re: pgmex, a MATLAB interface for PostgreSQL