Re: [GENERAL] Split query

2004-11-02 Thread Katsaros Kwn/nos
Well, the second question is trivial indeed :-) ,even though I had pipelining in mind when writting it... (which is not so query oriented but rather plan/executor oriented) However, I'm more interested in the first question. Thank you very much, Ntinos Tino Wildenhain wrote: > Hi, > > On Tue, 20

Re: [GENERAL] Split query

2004-11-02 Thread Tino Wildenhain
Hi, On Tue, 2004-11-02 at 07:47, Katsaros Kwn/nos wrote: > Hi! > > I want to parse a query (SFW) and create new queries: one for each > table referenced, if that possible. > I've written a function for this in the Query struct level after > parse&rewrite (not very general ofcourse :-)) but I wou