select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Unsupported versions: 7.3 / 7.2 / 7.1
Historical version. PostgreSQL 7.1 reached end of support in April 2006. See the current manual for supported releases.

1.7. 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)
    

Report a documentation issue

Read the upstream documentation. For corrections, first check the current manual.