Add xmlexists function
Peter Eisentraut <peter_e@gmx.net>
Add xmlexists function by Mike Fowler, reviewed by Peter Eisentraut
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +53 −2 |
| src/backend/parser/gram.y | modified | +44 −4 |
| src/backend/utils/adt/xml.c | modified | +66 −20 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +4 −1 |
| src/include/parser/kwlist.h | modified | +4 −1 |
| src/include/utils/xml.h | modified | +2 −1 |
| src/test/regress/expected/xml_1.out | modified | +69 −0 |
| src/test/regress/expected/xml.out | modified | +49 −0 |
| src/test/regress/sql/xml.sql | modified | +19 −0 |