Re: elog() patch

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: elog() patch
Дата
Msg-id 200203011807.g21I7xk17137@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: elog() patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: elog() patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Vacuum was unusual because it was doing DEBUG to the log and not to the
> > user.  I can change this so it does LOG to the log all the time.
> 
> I think that VACUUM's messages should not appear at the default logging
> level (which is going to be LOG, no?).  DEBUG1 seems a reasonable level
> for VACUUM.

Right.

> What exactly will VACUUM VERBOSE do?

VACUUM VERBOSE will send INFO vacuum stats to client, and if you set
server_min_messages to INFO, you will get them in the logs too.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: elog() patch
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: elog() patch