Commit 9e44249b authored by Bruce Momjian's avatar Bruce Momjian

update

parent c5884e03
...@@ -1319,7 +1319,7 @@ void PQuntrace(PGconn *conn) ...@@ -1319,7 +1319,7 @@ void PQuntrace(PGconn *conn)
<Function>PQsetNoticeProcessor</Function> <Function>PQsetNoticeProcessor</Function>
Control reporting of notice and warning messages generated by libpq. Control reporting of notice and warning messages generated by libpq.
<synopsis> <synopsis>
void PQsetNoticeProcessor (PGconn * conn, PQnoticeProcessor PQsetNoticeProcessor (PGconn * conn,
void (*noticeProcessor) (void * arg, const char * message), void (*noticeProcessor) (void * arg, const char * message),
void * arg) void * arg)
</synopsis> </synopsis>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment