Re: Adjusting debug_print_plan to be more useful by default

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Adjusting debug_print_plan to be more useful by default
Дата
Msg-id 8012.1219171230@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Adjusting debug_print_plan to be more useful by default  (Hannu Krosing <hannu@krosing.net>)
Список pgsql-hackers
Hannu Krosing <hannu@krosing.net> writes:
> what about changing (or adding) values "log" and "notice" ?
> debug_print_plan = log;
> debug_print_plan = notice;
> so you could set that on demand ?

Well, we could, but it would break existing habits for not much gain.
Really this proposal is to make debug_print_plan and friends work like
all our other logging options, and AFAIR all the rest emit at level LOG.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Patch: plan invalidation vs stored procedures
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: A smaller default postgresql.conf