Add PQdescribePrepared, PQdescribePortal, and related functions to libpq
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Aug 2006 19:52:39 +0000 (19:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 18 Aug 2006 19:52:39 +0000 (19:52 +0000)
commit9a8920e1d7291e41b3d0d9f15f735f68c2ad987c
treeaa42b706c48e246c7f2274e768475e867681398a
parent46d61eb218824cbcc7c21983d7f3452bf56f018a
Add PQdescribePrepared, PQdescribePortal, and related functions to libpq
to allow obtaining information about previously prepared statements and
open cursors.  Volkan Yazici
doc/src/sgml/libpq.sgml
src/interfaces/libpq/exports.txt
src/interfaces/libpq/fe-exec.c
src/interfaces/libpq/fe-protocol3.c
src/interfaces/libpq/libpq-fe.h
src/interfaces/libpq/libpq-int.h