mirror of
https://github.com/postgres/postgres.git
synced 2026-04-29 18:32:53 -04:00
update
This commit is contained in:
parent
c5884e03ac
commit
9e44249b6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue