Re: [HACKERS] parse tree to XML format

2009-12-29 Thread Greg Smith
matt wrote: We are trying to gather statistics about our queries and get automatic suggestions for what indexes to utilize ...its easier to figure that on queries that are in some format else we have to effectively parse the queries ourself or hack the postgresql parser...which we dont want to

Re: [HACKERS] parse tree to XML format

2009-12-29 Thread Pavel Stehule
2009/12/29 matt : > > > --- On Mon, 12/28/09, Andres Freund wrote: > >> From: Andres Freund >> Subject: Re: [HACKERS] parse tree to XML format >> To: pgsql-hackers@postgresql.org >> Cc: "Robert Haas" , "matt" >> Date: Monday, Dece

Re: [HACKERS] parse tree to XML format

2009-12-29 Thread matt
--- On Mon, 12/28/09, Andres Freund wrote: > From: Andres Freund > Subject: Re: [HACKERS] parse tree to XML format > To: pgsql-hackers@postgresql.org > Cc: "Robert Haas" , "matt" > Date: Monday, December 28, 2009, 7:39 PM > On Tuesday 29 December 2009 01

Re: [HACKERS] parse tree to XML format

2009-12-29 Thread Andres Freund
On Tuesday 29 December 2009 15:30:00 matt wrote: > --- On Mon, 12/28/09, Andres Freund wrote: > > From: Andres Freund > > Subject: Re: [HACKERS] parse tree to XML format > > To: pgsql-hackers@postgresql.org > > Cc: "Robert Haas" , "matt" >

Re: [HACKERS] parse tree to XML format

2009-12-28 Thread Andres Freund
On Tuesday 29 December 2009 01:35:25 Robert Haas wrote: > On Mon, Dec 28, 2009 at 7:32 PM, Andres Freund wrote: > > On Monday 28 December 2009 22:30:44 matt wrote: > >> 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... >

Re: [HACKERS] parse tree to XML format

2009-12-28 Thread Robert Haas
On Mon, Dec 28, 2009 at 7:32 PM, Andres Freund wrote: > On Monday 28 December 2009 22:30:44 matt wrote: >> 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... > Thats more of a -general question. > > There is no such possib

Re: [HACKERS] parse tree to XML format

2009-12-28 Thread Andres Freund
On Monday 28 December 2009 22:30:44 matt wrote: > 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... Thats more of a -general question. There is no such possibility in 8.4 - the not yet released 8.5 contains such a possibi

[HACKERS] parse tree to XML format

2009-12-28 Thread matt
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 -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-h