|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Functions | |
| static void | exit_nicely (PGconn *conn1, PGconn *conn2) |
| static void | check_prepare_conn (PGconn *conn, const char *dbName) |
| int | main (int argc, char **argv) |
Definition at line 25 of file testlibpq4.c.
References conn, CONNECTION_OK, fb(), fprintf, PGRES_TUPLES_OK, PQclear, PQerrorMessage(), PQexec(), PQresultStatus, and PQstatus().
Referenced by main().
Definition at line 15 of file testlibpq4.c.
References fb(), and PQfinish().
Referenced by main().
Definition at line 49 of file testlibpq4.c.
References check_prepare_conn(), exit_nicely(), fb(), fprintf, i, j, pghost, pgport, PGRES_COMMAND_OK, PGRES_TUPLES_OK, PQclear, PQexec(), PQfinish(), PQfname, PQgetvalue, PQnfields, PQntuples, PQresultStatus, PQsetdb, and printf.