Text Size: Normal / Large

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)

Privacy Policy | Project hosted by our server sponsors. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group