Fix xmlconcat by properly merging the XML declarations. Add aggregate
Peter Eisentraut <peter_e@gmx.net>
Fix xmlconcat by properly merging the XML declarations. Add aggregate function xmlagg.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execQual.c | modified | +13 −12 |
| src/backend/utils/adt/xml.c | modified | +97 −1 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_aggregate.h | modified | +4 −1 |
| src/include/catalog/pg_proc.h | modified | +5 −1 |
| src/include/utils/xml.h | modified | +3 −1 |
| src/test/regress/expected/xml_1.out | modified | +16 −0 |
| src/test/regress/expected/xml.out | modified | +25 −1 |
| src/test/regress/sql/xml.sql | modified | +6 −0 |