]> granicus.if.org Git - postgresql/commit
Improve testlibpq3.c's example of PQexecParams() usage to include sending
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Oct 2005 23:57:52 +0000 (23:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Oct 2005 23:57:52 +0000 (23:57 +0000)
commitd1959f9ff6bcb68b081893bea85b937ae0588853
tree4d547595306acbed45be0f1f73d19998a440f39f
parent61abd9a3fb7a5ed50106adfdfa451154478c9070
Improve testlibpq3.c's example of PQexecParams() usage to include sending
a parameter in binary format.  Also, add a TIP explaining how to use casts
in the query text to avoid needing to specify parameter types by OID.
Also fix bogus spacing --- apparently somebody expanded the tabs in the
example programs to 8 spaces instead of 4 when transposing them into SGML.
doc/src/sgml/libpq.sgml
src/test/examples/testlibpq3.c