add xml support function - Mailing list pgsql-hackers

From fangfang liu
Subject add xml support function
Date
Msg-id 30acb4640912310033u6035cb99l4a039380c1a99047@mail.gmail.com
Whole thread Raw
Responses Re: add xml support function  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Hi - Does anyone know how to add a xml support function into postgresql?
 
I want to add a function named xmlquery into postgresql.
 
I modify gram.y by adding xmlquery relatedcode wherever other xml support functions appear.
but the parser can not find xmlquery, the makeXmlExpr is not called at all.
 
 

Thanks!

pgsql-hackers by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: A third lock method
Next
From: Robert Haas
Date:
Subject: Re: add xml support function