Re: add xml support function

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: fangfang liu <yisuoyanyu888(at)gmail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: add xml support function
Date: 2009-12-31 11:32:39
Message-ID: 1262259159.31337.10.camel@fsopti579.F-Secure.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message fangfang liu 2009-12-31 11:43:14 Re: add xml support function
Previous Message Simon Riggs 2009-12-31 11:25:19 Re: Hot Standy introduced problem with query cancel behavior