Re: FW: Reduce pl/pgsql output

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: FW: Reduce pl/pgsql output
Дата
Msg-id 20074.1154621604@sss.pgh.pa.us
обсуждение исходный текст
Ответ на FW: Reduce pl/pgsql output  ("Garcia, Joshua" <Joshua.Garcia@xerox.com>)
Список pgsql-novice
"Garcia, Joshua" <Joshua.Garcia@xerox.com> writes:
> I actually tried that using the SET log_min_messages TO log-level
> command.
> The NOTICE and CONTEXT messages came out just as usual.  Did I do
> something wrong or do I need to do something different?

If you are unhappy with what appears on your terminal, you probably want
to fool with client_min_messages, instead.  Also, if using psql, try
experimenting with "\set VERBOSITY terse" to reduce the amount of
chatter per message.

            regards, tom lane

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

Предыдущее
От: "Garcia, Joshua"
Дата:
Сообщение: The old pl/pgsql editor question back again
Следующее
От: "Andrew Hammond"
Дата:
Сообщение: Re: The Art of SQL