We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5884e0 commit 9e44249Copy full SHA for 9e44249
doc/src/sgml/libpq.sgml
@@ -1319,7 +1319,7 @@ void PQuntrace(PGconn *conn)
1319
<Function>PQsetNoticeProcessor</Function>
1320
Control reporting of notice and warning messages generated by libpq.
1321
<synopsis>
1322
-void PQsetNoticeProcessor (PGconn * conn,
+PQnoticeProcessor PQsetNoticeProcessor (PGconn * conn,
1323
void (*noticeProcessor) (void * arg, const char * message),
1324
void * arg)
1325
</synopsis>
0 commit comments