Re: debug_print_plan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: debug_print_plan
Дата
Msg-id 13946.1111609126@sss.pgh.pa.us
обсуждение исходный текст
Ответ на debug_print_plan  (elein@varlena.com (elein))
Список pgsql-general
elein@varlena.com (elein) writes:
> I cannot get debug_print_plan to print the query plan to the
> log.

    /*
     * Print plan if debugging.
     */
    if (Debug_print_plan)
        elog_node_display(DEBUG1, "plan", plan, Debug_pretty_print);

Looks like you also need to have server_min_messages <= DEBUG1.

            regards, tom lane

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Changing constraints to deferrable
Следующее
От: elein@varlena.com (elein)
Дата:
Сообщение: Re: debug_print_plan