BUG #5104: tsearch parser mislead - Mailing list pgsql-bugs

From Herve LEFEBVRE
Subject BUG #5104: tsearch parser mislead
Date
Msg-id 200910080806.n9886AC6010160@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #5104: tsearch parser mislead
List pgsql-bugs
The following bug has been logged online:

Bug reference:      5104
Logged by:          Herve LEFEBVRE
Email address:      herve.lefebvre@bull.net
PostgreSQL version: 8.3.8
Operating system:   Linux Ubuntu 9.04
Description:        tsearch parser mislead
Details:

The french opening and closing quotes ( char iso 00AB and 00BB ) are
considered by the parser as alpha chars rather than punctuation chars (and
so as space symbol).

So, for example, the text " «Bonjour!» is indexed as "«Bonjour" rather
than "bonjour"

pgsql-bugs by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: BUG #5101: Off-by-one error in bitncmp() in src/backend/utils/adt/network.c
Next
From: "Geoff Tolley"
Date:
Subject: BUG #5102: Silent IN (list of strings) failure to detect syntax error when list is linewrapped