Functions for mapping table data and table schemas to XML (a.k.a. XML export)
Peter Eisentraut <peter_e@gmx.net>
Functions for mapping table data and table schemas to XML (a.k.a. XML export)
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/func.sgml | modified | +188 −16 |
| src/backend/utils/adt/xml.c | modified | +785 −3 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_proc.h | modified | +19 −1 |
| src/include/utils/xml.h | modified | +10 −1 |