This commit is contained in:
Bruce Momjian 1999-10-26 05:16:00 +00:00
parent c5884e03ac
commit 9e44249b6e

View File

@ -1319,7 +1319,7 @@ void PQuntrace(PGconn *conn)
<Function>PQsetNoticeProcessor</Function>
Control reporting of notice and warning messages generated by libpq.
<synopsis>
void PQsetNoticeProcessor (PGconn * conn,
PQnoticeProcessor PQsetNoticeProcessor (PGconn * conn,
void (*noticeProcessor) (void * arg, const char * message),
void * arg)
</synopsis>