Add an xpath_exists() function. This is equivalent to XMLEXISTS except that
Tom Lane <tgl@sss.pgh.pa.us>
Add an xpath_exists() function. This is equivalent to XMLEXISTS except that it offers support for namespace mapping. Mike Fowler, reviewed by David Fetter
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +62 −30 |
| src/backend/utils/adt/xml.c | modified | +25 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +6 −1 |
| src/include/utils/xml.h | modified | +2 −1 |
| src/test/regress/expected/xml_1.out | modified | +49 −1 |
| src/test/regress/expected/xml.out | modified | +49 −1 |
| src/test/regress/sql/xml.sql | modified | +10 −2 |