Add PQexecPrepared() and PQsendQueryPrepared() functions, to allow
authorTom Lane <[email protected]>
Wed, 13 Aug 2003 16:29:03 +0000 (16:29 +0000)
committerTom Lane <[email protected]>
Wed, 13 Aug 2003 16:29:03 +0000 (16:29 +0000)
commit685b6a4e36e15c78926c78a367fdd8d31af6e914
treed3e57af3451bbeabffa14e71da305593d56e2ed9
parent7a56d9d0c74990cbef0d4cc5f02c92497e588ef9
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