Re: Chatter in C++ interface

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Chatter in C++ interface
Дата
Msg-id 23777.1021262606@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Chatter in C++ interface  (Paul M Foster <paulf@quillandmouse.com>)
Список pgsql-general
Paul M Foster <paulf@quillandmouse.com> writes:
> With the C++ interface, when creating databases which have foreign keys
> and such, the backend dumps out a lot of notices to stderr, to the
> effect that the creation of the table with create implicit triggers and
> so forth. I don't really need to know this ...

AFAIK there's no way to selectively suppress the "chatter" in current
releases.  That code's been redesigned recently, though, and it should
be easy to suppress the allegedly-helpful notices in 7.3.

In the meantime you could provide your own notice-message processor
that checks for the messages you don't want to see.  Dunno if your
annoyance level is high enough to warrant writing such a thing...

            regards, tom lane

В списке pgsql-general по дате отправления:

Предыдущее
От: Paul M Foster
Дата:
Сообщение: Chatter in C++ interface
Следующее
От: Tahira Aslam
Дата:
Сообщение: can Function return a row ???