Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 0be731ad4441bcb8d2aea809c08c37a4a5d831ce
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-08-13T16:29:03Z
Releases: 7.4.1
Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow
libpq users to perform Bind/Execute of previously prepared statements.
Per yesterday's discussion, this offers enough performance improvement
to justify bending the 'no new features during beta' rule.

Files