This is a discussion on xmlagg is not supported? within the pgsql Hackers forums, part of the PostgreSQL category; --> Hello, why xmlagg is missing in SQL/XML support? Regards Pavel Stehule __________________________________________________ _______________ Citite se osamele? Poznejte nekoho vyjmecneho ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hello, why xmlagg is missing in SQL/XML support? Regards Pavel Stehule __________________________________________________ _______________ Citite se osamele? Poznejte nekoho vyjmecneho diky Match.com. http://www.msn.cz/ ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| |||
| Hmm... In my patch (http://chernowiki.ru/index.php?node=98) I didn't remove this, moreover I've fixed a couple of issues... Looks like it was removed by Peter (both patches he mailed lack it). Actually, without this function a set is SQL/XML publishing functions becomes rather poor. Peter? On 12/22/06, Pavel Stehule <pavel.stehule@hotmail.com> wrote: > Hello, > > why xmlagg is missing in SQL/XML support? > > Regards > Pavel Stehule > > __________________________________________________ _______________ > Citite se osamele? Poznejte nekoho vyjmecneho diky Match.com. > http://www.msn.cz/ > > > ---------------------------(end of broadcast)--------------------------- > TIP 7: You can help support the PostgreSQL project by donating at > > http://www.postgresql.org/about/donate > -- Best regards, Nikolay ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| |||
| Another thing that was removed is XMLCOMMENT.. On 12/22/06, Nikolay Samokhvalov <samokhvalov@gmail.com> wrote: > Hmm... In my patch (http://chernowiki.ru/index.php?node=98) I didn't > remove this, moreover I've fixed a couple of issues... > > Looks like it was removed by Peter (both patches he mailed lack it). > > Actually, without this function a set is SQL/XML publishing functions > becomes rather poor. > > Peter? > > On 12/22/06, Pavel Stehule <pavel.stehule@hotmail.com> wrote: > > Hello, > > > > why xmlagg is missing in SQL/XML support? > > > > Regards > > Pavel Stehule > > > > __________________________________________________ _______________ > > Citite se osamele? Poznejte nekoho vyjmecneho diky Match.com. > > http://www.msn.cz/ > > > > > > ---------------------------(end of broadcast)--------------------------- > > TIP 7: You can help support the PostgreSQL project by donating at > > > > http://www.postgresql.org/about/donate > > > > > -- > Best regards, > Nikolay > -- Best regards, Nikolay ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| |||
| Nikolay Samokhvalov wrote: > Another thing that was removed is XMLCOMMENT.. XMLCOMMENT works. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |
| ||||
| Pavel Stehule wrote: > why xmlagg is missing in SQL/XML support? Because the version contained in the patch did not work properly. It should be added back, of course. -- Peter Eisentraut http://developer.postgresql.org/~petere/ ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org |