tsearch2 & unicode

Поиск
Список
Период
Сортировка
От Michal Hlavac
Тема tsearch2 & unicode
Дата
Msg-id 431DBE81.1040309@hlavki.sk
обсуждение исходный текст
Ответы Re: tsearch2 & unicode  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-general
hello,

I have suse 9.3 with installed postgresql 8.0.3 from rpm.
All my databases are unicode with locale sk_SK.UTF-8.
I installed slovak ispell dictionary and tsearch2 is working very well.

m13=# SELECT lexize('sk_ispell','Ivana');
    lexize
--------------
 {ivana,ivan}
(1 row)


On the other side I have FreeBSD also with postgresql 8.0.3 and with
unicode database. I also installed slovak ispell dictionary and tsearch2
is working very well.
but result:
hlk=# SELECT lexize('sk_ispell','Ivana');
ERROR:  Regex error in 'ia[t�ina$': brackets [] not balanced

where is the problem??? thanks, miso

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: long transactions, SAVEPOINTS, performance and memory consumption
Следующее
От: Lincoln Yeoh
Дата:
Сообщение: Re: Setting up a database for 10000 concurrent users