| PostgreSQL | ||
|---|---|---|
| Prev | Chapter 44. libpq | Next | 
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)
| Prev | Home | Next | 
| Functions Associated with the COPY Command | Up | User Authentication Functions |