parse tree in XML format
Started by mattover 16 years ago2 messagesgeneral
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
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