Re: [HACKERS] Re: Printing parse tree

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: Saikat Dan <sdan01(at)utopia(dot)poly(dot)edu>, Postgres Hackers List <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Re: Printing parse tree
Date: 1999-06-05 02:03:05
Message-ID: 199906050203.WAA06466@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

See developers FAQ in web site or in doc directory.

> > 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(at)alumni(dot)caltech(dot)edu
> South Pasadena, California
>
>

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-06-05 02:04:57 PostgreSQL History(Parody)
Previous Message Thomas Lockhart 1999-06-05 01:37:44 Re: Printing parse tree