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

From Pavel Stehule
Subject SQL/XML publishing function experimental patch
Date
Msg-id BAY20-F16CCAA06031B60CBCCA537F99D0@phx.gbl
Whole thread Raw
Responses Re: SQL/XML publishing function experimental patch
Re: SQL/XML publishing function experimental patch
List pgsql-patches
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

pgsql-patches by date:

Previous
From: David Fetter
Date:
Subject: Clarifying Autovacuum docs in the release notes
Next
From: Michael Meskes
Date:
Subject: Re: [INTERFACES] [HACKERS] ECPG ignores SAVEPOINT if first statement of a transaction