Add PQdescribePrepared, PQdescribePortal, and related functions to libpq
Tom Lane <tgl@sss.pgh.pa.us>
Add PQdescribePrepared, PQdescribePortal, and related functions to libpq to allow obtaining information about previously prepared statements and open cursors. Volkan Yazici
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +162 −14 |
| src/interfaces/libpq/exports.txt | modified | +7 −1 |
| src/interfaces/libpq/fe-exec.c | modified | +181 −1 |
| src/interfaces/libpq/fe-protocol3.c | modified | +102 −5 |
| src/interfaces/libpq/libpq-fe.h | modified | +9 −1 |
| src/interfaces/libpq/libpq-int.h | modified | +11 −2 |