parse tree in XML format

Started by mattover 16 years ago2 messagesgeneral
Jump to latest
#1matt
nuc233@yahoo.com

Is there some way to export the postgresql query parse tree in XML format? I can not locate the API/Tool etc to do that...

thanks
-Matt

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: matt (#1)
Re: parse tree in XML format

matt <nuc233@yahoo.com> writes:

Is there some way to export the postgresql query parse tree in XML format?

No, and it probably wouldn't be very useful to you if there was, because
we feel free to whack the internal parsetree representation around in
every release.

regards, tom lane