Add support for converting binary values (i.e. bytea) into xml values,
Peter Eisentraut <peter_e@gmx.net>
Add support for converting binary values (i.e. bytea) into xml values, with new GUC parameter "xmlbinary" that controls the output encoding, as per SQL/XML standard.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +28 −1 |
| src/backend/utils/adt/xml.c | modified | +25 −1 |
| src/backend/utils/misc/guc.c | modified | +31 −1 |
| src/include/utils/xml.h | modified | +9 −1 |
| src/test/regress/expected/xml_1.out | modified | +6 −0 |
| src/test/regress/expected/xml.out | modified | +14 −0 |
| src/test/regress/sql/xml.sql | modified | +4 −0 |