Allow XML processing instructions starting with "xml" while prohibiting
Peter Eisentraut <peter_e@gmx.net>
Allow XML processing instructions starting with "xml" while prohibiting those being exactly "xml". Bug #3735 from Ben Leslie
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/xml.c | modified | +16 −3 |
| src/test/regress/expected/xml_1.out | modified | +12 −0 |
| src/test/regress/expected/xml.out | modified | +22 −4 |
| src/test/regress/sql/xml.sql | modified | +3 −0 |