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

From fangfang liu
Subject Re: add xml support function
Date
Msg-id 30acb4640912310343u7752aa18qd23034cab41b61e5@mail.gmail.com
Whole thread Raw
In response to Re: add xml support function  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: add xml support function  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
you mean create and replace funtion xmlquery()?
maybe you are right, but I still want to know why parser does not find xmlquery.
 
thanks.

2009/12/31 Peter Eisentraut <peter_e@gmx.net>
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: Peter Eisentraut
Date:
Subject: Re: add xml support function
Next
From: Sergej Galkin
Date:
Subject: problem with realizing gist index