Re: BUG #16277: xmlelement allows invalid XML characters when XML version is set to 1.0

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #16277: xmlelement allows invalid XML characters when XML version is set to 1.0
Дата
Msg-id 27912.1582660793@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #16277: xmlelement allows invalid XML characters when XML version is set to 1.0  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #16277: xmlelement allows invalid XML characters when XMLversion is set to 1.0  (Andreas Lennartsson <andreas@apkudo.com>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> The following example:
> SELECT
>   xmlroot (
>      xmlelement (name "test", CHR(26))
>   , version '1.0'
>   )

> Produces xml with the invalid ASCII character 26.

On what grounds do you call it invalid?  What other behavior
would you expect?

            regards, tom lane



В списке pgsql-bugs по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16277: xmlelement allows invalid XML characters when XML version is set to 1.0
Следующее
От: Tom Lane
Дата:
Сообщение: Re: planner weirdness: a join uses nestloop with checking condition when there are two subplan-or-hashed subqueries