SQL/XML publishing function experimental patch

From: "Pavel Stehule" <pavel(dot)stehule(at)hotmail(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: SQL/XML publishing function experimental patch
Date: 2005-09-12 07:03:38
Message-ID: BAY20-F16CCAA06031B60CBCCA537F99D0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
sqlxml.diff text/x-patch 41.5 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Meskes 2005-09-12 12:36:34 Re: [HACKERS] ECPG ignores SAVEPOINT if first statement of a transaction
Previous Message David Fetter 2005-09-12 03:32:40 Clarifying Autovacuum docs in the release notes