Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: printing the query plan?



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




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group