[BUGS] TO_TSVECTOR acts differently with national charcters

Поиск
Список
Период
Сортировка
От Mart Palmas
Тема [BUGS] TO_TSVECTOR acts differently with national charcters
Дата
Msg-id 2E9A0BD1BE1DDD498AD83A732B3EF884AD38A7AC@mail2.datel.ee
обсуждение исходный текст
Ответы Re: [BUGS] TO_TSVECTOR acts differently with national charcters
Список pgsql-bugs
Query:

SELECT strip(to_tsvector('simple','toop/6 foo bar')),strip(to_tsvector('simple','tüüp/6 foo bar'));

PosgreSQL 9.3.5, Collation - Estonian

Results are:
'bar' 'foo' 'toop/6'
'/6' 'bar' 'foo' 'tüüp'

The string is converted to vector differently, when the string contains national charcters "äöüõžš".

Mart Palmas

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