PQtrace 打开对前端/后端通讯的跟踪,把调试信息输出到一个文件流里.
void PQtrace(PGconn *conn FILE *debug_port)
PQuntrace 关闭PQtrace打开的跟踪
void PQuntrace(PGconn *conn)