xmlagg is not supported?

Lists: pgsql-hackers
From: "Pavel Stehule" <pavel(dot)stehule(at)hotmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: xmlagg is not supported?
Date: 2006-12-22 09:07:57
Message-ID: BAY20-F21FBCA432679E4021CC4A8F9CD0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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/


From: "Nikolay Samokhvalov" <samokhvalov(at)gmail(dot)com>
To: "Pavel Stehule" <pavel(dot)stehule(at)hotmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: xmlagg is not supported?
Date: 2006-12-22 09:54:20
Message-ID: e431ff4c0612220154g5eade15fgaf866e68252aba4a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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(dot)stehule(at)hotmail(dot)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


From: "Nikolay Samokhvalov" <samokhvalov(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: xmlagg is not supported?
Date: 2006-12-22 10:03:14
Message-ID: e431ff4c0612220203i6a4f10a5l73766f0bfd837d08@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Another thing that was removed is XMLCOMMENT..

On 12/22/06, Nikolay Samokhvalov <samokhvalov(at)gmail(dot)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(dot)stehule(at)hotmail(dot)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


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org, nikolay(at)samokhvalov(dot)com
Subject: Re: xmlagg is not supported?
Date: 2006-12-22 14:05:02
Message-ID: 200612221505.03293.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Nikolay Samokhvalov wrote:
> Another thing that was removed is XMLCOMMENT..

XMLCOMMENT works.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: "Pavel Stehule" <pavel(dot)stehule(at)hotmail(dot)com>
Subject: Re: xmlagg is not supported?
Date: 2006-12-22 14:05:30
Message-ID: 200612221505.30671.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

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/