Re: SQL/XML publishing function experimental patch - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: SQL/XML publishing function experimental patch
Date
Msg-id 200509230224.j8N2OsO21751@candle.pha.pa.us
Whole thread Raw
In response to SQL/XML publishing function experimental patch  ("Pavel Stehule" <pavel.stehule@hotmail.com>)
List 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@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [DOCS] Clarifying Autovacuum docs in the release notes
Next
From: Alvaro Herrera
Date:
Subject: Re: [DOCS] Clarifying Autovacuum docs in the release notes