1 2 3 4 5 6
#include <libpq-fe.h> int main(void) { PGconn *conn = NULL; /* Bork */ return PQescapeIdentifier(conn, "test", 4) != NULL; }