Re: Updating psql for features of new FE/BE protocol

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Updating psql for features of new FE/BE protocol
Дата
Msg-id 20682.1056596319@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Updating psql for features of new FE/BE protocol  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Updating psql for features of new FE/BE protocol  (Larry Rosenman <ler@lerctr.org>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> One way I could imagine doing it is to split log_min_messages into
>> three variables, along the lines of "minimum message level to produce
>> a TERSE report", "minimum message level to produce a DEFAULT report",
>> and "minimum message level to produce a VERBOSE report".  This seems
>> a bit inelegant though.  Better ideas anyone?

> I doubt someone would want to control terse/default/verbose at various
> levels --- I assume they would just want all their messages to be
> terse/default/ or verbose.

<shrug>  That would certainly be the least work to implement.  I was
fishing to see if anyone felt that more is needed.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: row description for domain in 7.4
Следующее
От: Larry Rosenman
Дата:
Сообщение: Re: Updating psql for features of new FE/BE protocol