pgsql: Add an xpath_exists() function.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add an xpath_exists() function.
Date: 2010-08-08 19:15:28
Message-ID: 20100808191528.0B4357541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add an xpath_exists() function. This is equivalent to XMLEXISTS except that
it offers support for namespace mapping.

Mike Fowler, reviewed by David Fetter

Modified Files:
--------------
pgsql/doc/src/sgml:
func.sgml (r1.524 -> r1.525)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.524&r2=1.525)
pgsql/src/backend/utils/adt:
xml.c (r1.99 -> r1.100)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.99&r2=1.100)
pgsql/src/include/catalog:
catversion.h (r1.592 -> r1.593)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.592&r2=1.593)
pg_proc.h (r1.576 -> r1.577)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h?r1=1.576&r2=1.577)
pgsql/src/include/utils:
xml.h (r1.32 -> r1.33)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/utils/xml.h?r1=1.32&r2=1.33)
pgsql/src/test/regress/expected:
xml.out (r1.26 -> r1.27)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xml.out?r1=1.26&r2=1.27)
xml_1.out (r1.27 -> r1.28)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xml_1.out?r1=1.27&r2=1.28)
pgsql/src/test/regress/sql:
xml.sql (r1.20 -> r1.21)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/xml.sql?r1=1.20&r2=1.21)

Browse pgsql-committers by date

  From Date Subject
Next Message User Aglio 2010-08-08 19:19:22 press - pr: Added examples of release and presskit for USA
Previous Message Tom Lane 2010-08-08 16:27:06 pgsql: Add stats functions and views to provide access to a