xmlagg documentation

Started by Peter Eisentrautalmost 18 years ago2 messagesdocs
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

I just noticed that the xmlagg function is not documented. (Here is a random
piece of documentation for those who are not familiar with what it does:
http://docs.openlinksw.com/virtuoso/fn_XMLAGG.html) I'm wondering whether we
should put this with the aggregate functions or the XML functions, or both,
in some way. Any ideas?

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Peter Eisentraut (#1)
Re: xmlagg documentation

Peter Eisentraut <peter_e@gmx.net> writes:

I just noticed that the xmlagg function is not documented. (Here is a random
piece of documentation for those who are not familiar with what it does:
http://docs.openlinksw.com/virtuoso/fn_XMLAGG.html) I'm wondering whether we
should put this with the aggregate functions or the XML functions, or both,
in some way. Any ideas?

It doesn't seem to fit with the other aggregate functions, so I think
I'd vote for documenting it with the XML functions.

regards, tom lane