Unsupported versions: 7.3 / 7.2 / 7.1
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for the current version, or one of the other supported versions listed above instead.

1.8. libpq Tracing Functions

  • PQtrace Enable tracing of the frontend/backend communication to a debugging file stream.

    void PQtrace(PGconn *conn
                 FILE *debug_port)
    
  • PQuntrace Disable tracing started by PQtrace.

    void PQuntrace(PGconn *conn)