Re: printing the query plan?

From: dakotali kasap <dakotalidavid(at)yahoo(dot)com>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: printing the query plan?
Date: 2006-10-27 09:57:57
Message-ID: 20061027095757.91218.qmail@web31305.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gurjeet Singh 2006-10-27 10:00:46 Re: printing the query plan?
Previous Message Gurjeet Singh 2006-10-27 09:50:48 Re: bug in on_error_rollback !?