Re: [HACKERS] xpath_array with namespaces support - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: [HACKERS] xpath_array with namespaces support
Date
Msg-id 200703222026.l2MKQf602415@momjian.us
Whole thread Raw
In response to Re: xpath_array with namespaces support  ("Nikolay Samokhvalov" <samokhvalov@gmail.com>)
List pgsql-patches
Applying newest version of this patch now;  still needs documentation.

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

Nikolay Samokhvalov wrote:
> On 3/5/07, Nikolay Samokhvalov <samokhvalov@gmail.com> wrote:
> > On 3/4/07, Nikolay Samokhvalov <nikolay@samokhvalov.com> wrote:
> > > I'll fix these issues and extend the patch with resgression tests and
> > > docs for xpath_array(). I'll resubmit it very soon.
> >
> > Here is a new version of the patch. I didn't change any part of docs yet.
> > Since there were no objections I've changed the name of the function
> > to xmlpath().
>
> Updated version of the patch contains bugfix: there were a problem
> with path queries that pointed to elements (cases when a set of
> document parts that correspond to subtrees should be returned).
> Example is (included in regression test):
>
> xmltest=# SELECT xmlpath('//b', '<a>one <b>two</b> three <b>etc</b></a>');
>          xmlpath
> -------------------------
>  {<b>two</b>,<b>etc</b>}
> (1 row)
>
> Waiting for more feedback, please check it.
>
> --
> Best regards,
> Nikolay

[ Attachment, skipping... ]

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

--
  Bruce Momjian  <bruce@momjian.us>          http://momjian.us
  EnterpriseDB                               http://www.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Re: [DOCS] suggestion for improving TMPDIR and "--format" docs for pg_dump
Next
From: Bruce Momjian
Date:
Subject: Re: LIMIT/SORT optimization