Re: Console output with libpq

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: alpha_one_x86 <alpha_one_x86(at)first-world(dot)info>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: Console output with libpq
Date: 2014-05-30 21:04:34
Message-ID: 9955.1401483874@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

alpha_one_x86 <alpha_one_x86(at)first-world(dot)info> 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

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message alpha_one_x86 2014-05-30 21:36:57 Re: Console output with libpq
Previous Message alpha_one_x86 2014-05-30 20:45:40 Console output with libpq