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

From Rafsun Masud
Subject Re: printing raw parse tree
Date
Msg-id 265a014f-ad96-4a16-9282-b99c1d08631b@gmail.com
Whole thread Raw
In response to Re: printing raw parse tree  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Yeah.  I think there's an unofficial policy for post-analysis parse
> trees that we don't bother writing outfuncs for utility-statement
> nodes (there are too many of 'em and they're not interesting enough)
> but anything that can appear in or under DML commands should be
> dumpable.  I'd favor the equivalent rule for raw parse trees --- if
> we're missing anything DML-ish let's add it.
>
>             regards, tom lane
Is there a way to make debug_print_parse output in JSON format?
--
Regards,
Rafsun Masud



pgsql-hackers by date:

Previous
From: Alexander Lakhin
Date:
Subject: Re: Removing unneeded self joins
Next
From: Robert Haas
Date:
Subject: Re: Emit fewer vacuum records by reaping removable tuples during pruning