Re: printing the query plan?

Поиск
Список
Период
Сортировка
От dakotali kasap
Тема Re: printing the query plan?
Дата
Msg-id 20061027095757.91218.qmail@web31305.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на printing the query plan?  (dakotali kasap <dakotalidavid@yahoo.com>)
Ответы Re: printing the query plan?  ("Gurjeet Singh" <singh.gurjeet@gmail.com>)
Список pgsql-hackers
Hi,



> > I want to print the query-plan that will be used before the execution
> > of the query. Therefore put this line at the beginning of the
> > ExecutorStart() function located in execMain.c :
> >
> > print_plan(queryDesc->plantree,queryDesc->parsetree);

> print_plan writes to stdout, did you check where that is redirected to?


    But how can I find where stout is redirected to?

Baran


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

Предыдущее
От: "Gurjeet Singh"
Дата:
Сообщение: Re: bug in on_error_rollback !?
Следующее
От: "Gurjeet Singh"
Дата:
Сообщение: Re: printing the query plan?