postgresql/src/test/examples
Tom Lane d1959f9ff6 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.
2005-10-20 23:57:52 +00:00
..
Makefile Have libpgport link before libpq so that PG client applications are more 2005-03-25 18:17:14 +00:00
testlibpq2.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
testlibpq2.sql
testlibpq3.c Improve testlibpq3.c's example of PQexecParams() usage to include sending 2005-10-20 23:57:52 +00:00
testlibpq3.sql
testlibpq4.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
testlibpq.c Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
testlo.c