Add PQdescribePrepared, PQdescribePortal, and related functions to libpq

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9a8920e1d7291e41b3d0d9f15f735f68c2ad987c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-08-18T19:52:39Z
Releases: 8.2.0
Add PQdescribePrepared, PQdescribePortal, and related functions to libpq
to allow obtaining information about previously prepared statements and
open cursors.  Volkan Yazici

Files