Re: pgsql: Fix XML tag namespace change inadvertantly missed from previous - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Fix XML tag namespace change inadvertantly missed from previous
Date
Msg-id 20067.1196016818@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Fix XML tag namespace change inadvertantly missed from previous  (adunstan@postgresql.org (Andrew Dunstan))
Responses Re: pgsql: Fix XML tag namespace change inadvertantly missed from previous
List pgsql-committers
adunstan@postgresql.org (Andrew Dunstan) writes:
> Fix XML tag namespace change inadvertantly missed from previous fix. Add
> regression test for XML names and numeric entities.

Still one gripe:

regression=# select * from ts_debug(' λ λ');
  alias  |       description        |  token  | dictionaries | dictionary | lexemes
---------+--------------------------+---------+--------------+------------+---------
 blank   | Space symbols            |         | {}           |            |
 entity  | XML entity               | λ | {}           |            |
 blank   | Space symbols            |         | {}           |            |
 blank   | Space symbols            | &#      | {}           |            |
 numword | Word, letters and digits | X3BB    | {simple}     | simple     | {x3bb}
 blank   | Space symbols            | ;       | {}           |            |
(6 rows)

Aren't hexadecimal entities supposed to be case-insensitive?

            regards, tom lane

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Use double quotes for quoting xml attributes.
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Fix XML tag namespace change inadvertantly missed from previous