27.16. Example Programs
These examples and others can be found in the directory src/test/examples in the source code distribution.
Example 27-1. libpq Example Program 1
/*
* testlibpq.c
*
* Test the C version of LIBPQ, the POSTGRES frontend library.
...