Re: Console output with libpq
Tom Lane <[email protected]> Fri, 30 May 2014 17:04:34 -0400
| Newsgroups | gmane.comp.db.postgresql.interfaces |
|---|---|
| Message-ID | <[email protected]> |
alpha_one_x86 <[email protected]> writes: > Hello, for each function call I have console ouput like: > : Success > I wish drop it, I have already try with PQsetNoticeProcessor and PQsetNoticeReceiver. https://github.com/alphaonex86/CatchChallenger/blob/134208501e8e6710f73b7f0d42e807c319bae923/tools/epoll-server/epoll-psql/main.cpp You're barking up the wrong tree --- the backend sends no such messages. Are you using libpq directly, or through some wrapper library? If the latter, maybe it's printing this. Or perhaps it's from some debugging code you forgot to remove in your application. regards, tom lane -- Sent via pgsql-interfaces mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-interfaces