Re: tsearch2 & unicode

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема Re: tsearch2 & unicode
Дата
Msg-id Pine.GSO.4.63.0509062152590.14250@ra.sai.msu.su
обсуждение исходный текст
Ответ на tsearch2 & unicode  (Michal Hlavac <hlavki@hlavki.sk>)
Список pgsql-general
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

---559023410-637165587-1126029515=:14250
Content-Type: TEXT/PLAIN; charset=koi8-r; format=flowed
Content-Transfer-Encoding: 8BIT

Michal,

tsearch2 doesn't supports UTF-8. It might works though.
full support of UTF-8 and other features are planned
http://www.sai.msu.su/~megera/oddmuse/index.cgi/todo

     Oleg
On Tue, 6 Sep 2005, Michal Hlavac wrote:

> 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
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>

     Regards,
         Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83
---559023410-637165587-1126029515=:14250--

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

Предыдущее
От: Michal Hlavac
Дата:
Сообщение: Re: tsearch2 & unicode
Следующее
От: Vlad
Дата:
Сообщение: Re: "select ..... for update of ..." doesn't support full qualified table name?