Re: Printing parse tree - Mailing list pgsql-hackers

From Thomas Lockhart
Subject Re: Printing parse tree
Date
Msg-id 37587F68.CF80472E@alumni.caltech.edu
Whole thread Raw
Responses Re: [HACKERS] Re: Printing parse tree
List pgsql-hackers
> How can we create the entire parse tree first,
> then traverse it?
> > > We've downloaded postgresql (latest version). We would like
> > > to print the parse tree. Any help or guidance will be appreciated.
> > Use EXPLAIN VERBOSE on a query, or run the postmaster from a terminal
> > window using a large debugging level ("-d 99").
> > If you need more than that, you have to dive into the backend and
> > insert some print statements (though there are some utilities to help
> > print these trees).

Hi Dan. All of these questions are best asked on the hackers mailing
list. Unfortunately I'm leaving town for a few days and don't have
time to think about an additional answer for you.

Good luck.
                   - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] Priorities for 6.6
Next
From: bse@games.global.co.za
Date:
Subject: inet type & select