add xml support function

From: fangfang liu <yisuoyanyu888(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: add xml support function
Date: 2009-12-31 08:33:40
Message-ID: 30acb4640912310033u6035cb99l4a039380c1a99047@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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!

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2009-12-31 08:35:55 Re: add xml support function
Previous Message Albe Laurenz 2009-12-31 08:22:15 Re: A third lock method