Re: Adjusting debug_print_plan to be more useful by default

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hannu Krosing <hannu(at)krosing(dot)net>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: Adjusting debug_print_plan to be more useful by default
Date: 2008-08-19 18:40:30
Message-ID: 8012.1219171230@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hannu Krosing <hannu(at)krosing(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Kevin Grittner 2008-08-19 18:46:45 Re: Patch: plan invalidation vs stored procedures
Previous Message Peter Eisentraut 2008-08-19 18:39:39 Re: A smaller default postgresql.conf