Re: xpath_array with namespaces support

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: nikolay(at)samokhvalov(dot)com
Cc: "Bruce Momjian" <bruce(at)momjian(dot)us>, pgsql-patches(at)postgresql(dot)org
Subject: Re: xpath_array with namespaces support
Date: 2007-05-21 17:11:50
Message-ID: 200705211911.51256.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Am Dienstag, 10. April 2007 14:01 schrieb Nikolay Samokhvalov:
> Here is new version that adds following changes:
> 4. Function is now strict, per discussion.
> 5. Return empty array in case when XPath expression detects nothing
> (previously, NULL was returned in such case), per discussion.
> 6. (bugfix) Work with fragments with prologue: select xpath('/a',
> '<?xml version="1.0"?><a /><b />'); // now XML datum is always wrapped
> with dummy <x>...</x>, XML prologue simply goes away (if any).
> 7. Some cleanup.

Applied.

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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-05-21 18:06:09 Re: Patch for circular buffer in tuplestore to optimize merge joins (v1)
Previous Message Andrew Dunstan 2007-05-21 16:59:33 Re: UTF8MatchText