Re: [PATCH] Add XMLEXISTS function from the SQL/XML standard (was: Add xpath_exists Function) - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCH] Add XMLEXISTS function from the SQL/XML standard (was: Add xpath_exists Function)
Date
Msg-id 1274868852.4843.5.camel@fsopti579.F-Secure.com
Whole thread Raw
In response to [PATCH] Add XMLEXISTS function from the SQL/XML standard (was: Add xpath_exists Function)  (Mike Fowler <mike@mlfowler.com>)
Responses Re: [PATCH] Add XMLEXISTS function from the SQL/XML standard
List pgsql-hackers
On tis, 2010-05-25 at 15:31 +0100, Mike Fowler wrote:
> I've been reading the SQL/XML standard and discovered that it defines a 
> function named XMLEXISTS that does exactly what the todo item 
> xpath_exists defines. My original patch named the function as per the 
> todo but I think using the function name from the standard is a better 
> idea. So this patch is the same as before, but the function is now named 
> XMLEXISTS instead of xpath_exists.

The XMLEXISTS function works with XQuery expressions and doesn't have
the call signature that your patch implements.




pgsql-hackers by date:

Previous
From: Mike Fowler
Date:
Subject: Re: [PATCH] Add XMLEXISTS function from the SQL/XML standard
Next
From: Mike Fowler
Date:
Subject: Re: [PATCH] Add XMLEXISTS function from the SQL/XML standard