BUG #5104: tsearch parser mislead

Поиск
Список
Период
Сортировка
От Herve LEFEBVRE
Тема BUG #5104: tsearch parser mislead
Дата
Msg-id 200910080806.n9886AC6010160@wwwmaster.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #5104: tsearch parser mislead  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #5101: Off-by-one error in bitncmp() in src/backend/utils/adt/network.c
Следующее
От: "Geoff Tolley"
Дата:
Сообщение: BUG #5102: Silent IN (list of strings) failure to detect syntax error when list is linewrapped