BUG #5075: Text Search parser does not identify xml tag when attribute name's contains underscore - Mailing list pgsql-bugs

From Marek Lewczuk
Subject BUG #5075: Text Search parser does not identify xml tag when attribute name's contains underscore
Date
Msg-id 200909231237.n8NCbsi2015381@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #5075: Text Search parser does not identify xml tag when attribute name's contains underscore  (Euler Taveira de Oliveira <euler@timbira.com>)
List pgsql-bugs
The following bug has been logged online:

Bug reference:      5075
Logged by:          Marek Lewczuk
Email address:      marek@lewczuk.com
PostgreSQL version: 8.4.0
Operating system:   All
Description:        Text Search parser does not identify xml tag when
attribute name's contains underscore
Details:

Please execute following example:
select * from ts_debug('english', '<img width="182" height="120"
align="right" style="margin: 0px 0px 5px 5px;" test_aa="26461"/>')

As the result you will see, that <img/> is not identified as XML tag, but
rather splitted as words, blank spaces etc. The reason for that is the fact,
that last attribute "test_aa" contains underscore in its name - when the
underscore is removed, then img tag is properly identified as XML tag.

XML definition allows using underscore in tag and attribute names.

pgsql-bugs by date:

Previous
From: "Nic"
Date:
Subject: BUG #5074: segmentation fault in autovacuum
Next
From: Tom Lane
Date:
Subject: Re: BUG #5074: segmentation fault in autovacuum