From: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
---|---|
To: | Felipe de Jesús Molina Bravo <felipe(dot)molina(at)inegi(dot)gob(dot)mx> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Tsearch2 - spanish |
Date: | 2007-09-18 15:19:00 |
Message-ID: | 46EFEC64.1090207@sigaev.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> prueba=# select to_tsvector('espanol','melón');
> ERROR: Affix parse error at 506 line
and
> prueba=# select lexize('sp','melón');
> lexize
> ---------
> {melon}
> (1 row)
Looks very strange, can you provide list of dictionaries and configuration map?
> I tried many dictionaries with the same results. Also I change the
> codeset of files :aff and dict (from "latin1 to utf8" and "utf8 to
> iso88591") and got the same error
>
> where can I investigate for resolve about this problem?
>
> My dictionary at 506 line had:
Where do you take this file? And what is encdoing/locale setting of your db?
--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/
From | Date | Subject | |
---|---|---|---|
Next Message | Brijesh Shrivastav | 2007-09-18 15:28:04 | Inline Function documentation |
Previous Message | Scott Marlowe | 2007-09-18 15:17:08 | Re: stability issues |