Re: SQL/XML publishing function experimental patch

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Pavel Stehule <pavel(dot)stehule(at)hotmail(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: SQL/XML publishing function experimental patch
Date: 2005-09-23 02:24:54
Message-ID: 200509230224.j8N2OsO21751@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


This has been saved for the 8.2 release:

http://momjian.postgresql.org/cgi-bin/pgpatches_hold

---------------------------------------------------------------------------

Pavel Stehule wrote:
> Hello
>
> This patch contains SQL/XML public function XMLFOREST, XMLELEMENT, ... based
> on CString type. This patch hasn't high quality, but can be usefull for
> testing funcionality, and maybe for some people. Patch needs initdb and
> following registration:
>
> CREATE AGGREGATE pg_catalog.fast_cstring_concat (
> BASETYPE = cstring,
> SFUNC = xmlagg_trans,
> STYPE = text,
> FINALFUNC = xmlagg_final);
>
> I invite all notes, ..
>
> Best regards
> Pavel Stehule
>
> _________________________________________________________________
> Chcete sdilet sve obrazky a hudbu s prateli? http://messenger.msn.cz/

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-09-23 02:25:45 Re: Clarifying Autovacuum docs in the release notes
Previous Message Bruce Momjian 2005-09-23 02:07:10 Re: small changes to autovacuum maintainance