Skip to content
Snippets Groups Projects
Commit 9e44249b authored by Bruce Momjian's avatar Bruce Momjian
Browse files

update

parent c5884e03
No related branches found
No related tags found
No related merge requests found
...@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment