Add PQprepare/PQsendPrepared functions to libpq to support preparing

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

Commit: 9d9cfb1ad75b60f4e9258078d7f483ea123dc7b2
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-10-18T22:00:42Z
Releases: 8.0.0
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