Re: printing raw parse tree - Mailing list pgsql-hackers

From Tom Lane
Subject Re: printing raw parse tree
Date
Msg-id 25397.1217429796@sss.pgh.pa.us
Whole thread Raw
In response to printing raw parse tree  (Tatsuo Ishii <ishii@postgresql.org>)
Responses Re: printing raw parse tree  (Tatsuo Ishii <ishii@postgresql.org>)
List pgsql-hackers
Tatsuo Ishii <ishii@postgresql.org> writes:
> Very often I find it is useful to print raw parse trees for debugging
> and/or understanding PostgreSQL internals and I personally modify
> pg_parse_query() to accomplish it. If this is common among developers,
> I would like to post small patches. Opinion?

Isn't the post-parse-analysis tree far more interesting?  There's
already debug support for printing that.

Of course, you can call pprint() from anyplace using gdb, so for
occasional debugging needs I think no special code support is needed.
I think what you are proposing is something equivalent to the
debug_print_parse GUC, and I'm not sure it's worth that.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Type Categories for User-Defined Types
Next
From: "Ryan Bradetich"
Date:
Subject: Re: Type Categories for User-Defined Types