Re: [HACKERS] xml in ruleutils

2009-07-13 Thread Peter Eisentraut
On Saturday 11 July 2009 17:37:03 andrzej barszcz wrote: > Well, best to write this way: > > Goal : query splitted to base elements > Result : xml response from server > Client : select pg_reparse_query(); > Target: 8.4 version > > How : modification of ruleutiles.c > Not done : UNION etc. > Not do

[HACKERS] xml in ruleutils

2009-07-11 Thread andrzej barszcz
Hi, Well, best to write this way: Goal : query splitted to base elements Result : xml response from server Client : select pg_reparse_query(); Target: 8.4 version How : modification of ruleutiles.c Not done : UNION etc. Not done : as builtin function, I don't know how to do it )))