OSDN Git Service

Clean up encoding issues in the xml type: In text mode, encoding
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 18 Jan 2007 13:59:11 +0000 (13:59 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 18 Jan 2007 13:59:11 +0000 (13:59 +0000)
commit020841071bf401245b9ed012752d85fd7e500431
treee25e198d8167f81bf1a091a154ee9e6d3cbf1ba1
parentc81bfc244bf703296ed5571a65e15de522388a59
Clean up encoding issues in the xml type: In text mode, encoding
declarations are ignored and removed, in binary mode they are honored as
specified by the XML standard.
doc/src/sgml/datatype.sgml
src/backend/utils/adt/xml.c
src/test/regress/expected/xml.out