Add xmlpath() to evaluate XPath expressions, with namespaces support.
Bruce Momjian <bruce@momjian.us>
Add xmlpath() to evaluate XPath expressions, with namespaces support. Nikolay Samokhvalov
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/xml.c | modified | +249 −2 |
| src/include/catalog/pg_proc.h | modified | +5 −1 |
| src/include/utils/xml.h | modified | +2 −1 |
| src/test/regress/expected/xml_1.out | modified | +15 −0 |
| src/test/regress/expected/xml.out | modified | +30 −0 |
| src/test/regress/sql/xml.sql | modified | +8 −0 |