Re: add xml support function - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: add xml support function
Date
Msg-id 1262259159.31337.10.camel@fsopti579.F-Secure.com
Whole thread Raw
In response to Re: add xml support function  (fangfang liu <yisuoyanyu888@gmail.com>)
Responses Re: add xml support function  (fangfang liu <yisuoyanyu888@gmail.com>)
List pgsql-hackers
On tor, 2009-12-31 at 19:22 +0800, fangfang liu wrote:
> Actually, I expect the function looks like xmlquery(xmlcontent,xquery)
> and return the query result.

You don't need to modify the parser for that at all.  You can implement
that in user-space as a user-defined function.





pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Hot Standy introduced problem with query cancel behavior
Next
From: fangfang liu
Date:
Subject: Re: add xml support function