您的位置:寻梦网首页编程乐园数据库PostgreSQL 7.2 Documentation

1.8. libpq 跟踪函数

  • PQtrace 打开对前端/后端通讯的跟踪,把调试信息输出到一个文件流里.

    void PQtrace(PGconn *conn
                 FILE *debug_port)

  • PQuntrace 关闭 PQtrace 打开的跟踪

    void PQuntrace(PGconn *conn)