Add support for optionally escaping periods when converting SQL identifiers
Peter Eisentraut <peter_e@gmx.net>
Add support for optionally escaping periods when converting SQL identifiers to XML names, which will be required for supporting XML export.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_expr.c | modified | +4 −4 |
| src/backend/utils/adt/xml.c | modified | +10 −2 |
| src/include/utils/xml.h | modified | +2 −2 |