Re: add xml support function

From: fangfang liu <yisuoyanyu888(at)gmail(dot)com>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: add xml support function
Date: 2009-12-31 11:43:14
Message-ID: 30acb4640912310343u7752aa18qd23034cab41b61e5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)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.
>
>
>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Sergej Galkin 2009-12-31 11:58:31 problem with realizing gist index
Previous Message Peter Eisentraut 2009-12-31 11:32:39 Re: add xml support function