mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
update
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user