Add PQprepare/PQsendPrepared functions to libpq to support preparing
Tom Lane <tgl@sss.pgh.pa.us>
Add PQprepare/PQsendPrepared functions to libpq to support preparing statements without necessarily specifying the datatypes of their parameters. Abhijit Menon-Sen with some help from Tom Lane.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +119 −16 |
| src/interfaces/libpq/exports.txt | modified | +3 −0 |
| src/interfaces/libpq/fe-exec.c | modified | +115 −5 |
| src/interfaces/libpq/fe-protocol3.c | modified | +11 −2 |
| src/interfaces/libpq/libpq-fe.h | modified | +7 −1 |
| src/interfaces/libpq/libpq-int.h | modified | +10 −3 |