]> granicus.if.org Git - postgresql/commit
Add PQprepare/PQsendPrepared functions to libpq to support preparing
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Oct 2004 22:00:42 +0000 (22:00 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 18 Oct 2004 22:00:42 +0000 (22:00 +0000)
commit9d9cfb1ad75b60f4e9258078d7f483ea123dc7b2
tree9d908c4439d2025f1e424dfe599c7eb53dc74a41
parentb3fe6bcafe8f54ca354495a01eeff1b0a5353892
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.
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