diff options
| author | Bruce Momjian | 1997-11-01 05:21:57 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1997-11-01 05:21:57 +0000 |
| commit | 6cc0a00deca18681f48a8afd1215659771a2b049 (patch) | |
| tree | 6e93f33c603326e2f6c843018ccfdd39cfead380 /src/man | |
| parent | 1e7ba76e433595153245ce1b3d36d7cf9217cbed (diff) | |
Fix acl error, and remove duplicate pqtrace.
Diffstat (limited to 'src/man')
| -rw-r--r-- | src/man/libpq.3 | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/src/man/libpq.3 b/src/man/libpq.3 index 8166b9652b0..92d62324e89 100644 --- a/src/man/libpq.3 +++ b/src/man/libpq.3 @@ -1,6 +1,6 @@ .\" This is -*-nroff-*- .\" XXX standard disclaimer belongs here.... -.\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.8 1997/10/22 02:08:38 momjian Exp $ +.\" $Header: /cvsroot/pgsql/src/man/Attic/libpq.3,v 1.9 1997/11/01 05:21:57 momjian Exp $ .TH LIBPQ INTRO 03/12/94 PostgreSQL PostgreSQL .SH DESCRIPTION Libpq is the programmer's interface to Postgres. Libpq is a set of @@ -146,22 +146,6 @@ new connection to the same backend. void PQreset(PGconn *conn) .fi .PP -.B PQtrace -.IP -Enables tracing of messages passed between the frontend and the backend. -The messages are echoed to the debug_port file stream. -.nf -void PQtrace(PGconn *conn, - FILE* debug_port); -.fi -.PP -.B PQuntrace -.IP -Disables tracing of messages passed between the frontend and the backend. -.nf -void PQuntrace(PGconn *conn); -.fi -.PP .SH "Query Execution Functions" .PP .B PQexec |
