[PATCH] Add XMLEXISTS function from the SQL/XML standard (was: Add xpath_exists Function)

From: Mike Fowler <mike(at)mlfowler(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: [PATCH] Add XMLEXISTS function from the SQL/XML standard (was: Add xpath_exists Function)
Date: 2010-05-25 14:31:08
Message-ID: 4BFBDF2C.801@mlfowler.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Regards,

--
Mike Fowler
Registered Linux user: 379787

Attachment Content-Type Size
xmlexists-1.patch text/x-diff 11.7 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2010-05-25 14:47:42 Re: libpq, PQexecPrepared, data size sent to FE vs. FETCH_COUNT
Previous Message Stephen Frost 2010-05-25 13:59:14 Re: ExecutorCheckPerms() hook