Re: Adjusting debug_print_plan to be more useful by default - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Adjusting debug_print_plan to be more useful by default
Date
Msg-id 8012.1219171230@sss.pgh.pa.us
Whole thread Raw
In response to Re: Adjusting debug_print_plan to be more useful by default  (Hannu Krosing <hannu@krosing.net>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Patch: plan invalidation vs stored procedures
Next
From: Peter Eisentraut
Date:
Subject: Re: A smaller default postgresql.conf