]> granicus.if.org Git - postgresql/commit
Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 Aug 2003 16:29:03 +0000 (16:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 13 Aug 2003 16:29:03 +0000 (16:29 +0000)
commit0be731ad4441bcb8d2aea809c08c37a4a5d831ce
treea999540619a361343a9ca8eb9e87799a9a6e13e7
parent5be44fa453df96aecfa5eb717553e8264700db18
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.
doc/src/sgml/libpq.sgml
src/interfaces/libpq/blibpqdll.def
src/interfaces/libpq/fe-exec.c
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/libpqdll.def