Обсуждение: pgsql: Allow XML processing instructions starting with "xml" while

Поиск
Список
Период
Сортировка

pgsql: Allow XML processing instructions starting with "xml" while

От
petere@postgresql.org (Peter Eisentraut)
Дата:
Log Message:
-----------
Allow XML processing instructions starting with "xml" while prohibiting
those being exactly "xml".  Bug #3735 from Ben Leslie

Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        xml.c (r1.53 -> r1.54)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/xml.c?r1=1.53&r2=1.54)
    pgsql/src/test/regress/expected:
        xml.out (r1.19 -> r1.20)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xml.out?r1=1.19&r2=1.20)
        xml_1.out (r1.20 -> r1.21)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/xml_1.out?r1=1.20&r2=1.21)
    pgsql/src/test/regress/sql:
        xml.sql (r1.15 -> r1.16)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/xml.sql?r1=1.15&r2=1.16)