From: | Oleg Bartunov <oleg(at)sai(dot)msu(dot)su> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Gregory Stark <stark(at)enterprisedb(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: tsearch filenames unlikes special symbols and numbers |
Date: | 2007-09-09 04:49:32 |
Message-ID: | Pine.LNX.4.64.0709090845340.2767@sn.sai.msu.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-hackers |
On Sun, 9 Sep 2007, Oleg Bartunov wrote:
> Oh, my god, I see we dictate extensions !
>
> STATEMENT: CREATE TEXT SEARCH DICTIONARY en_ispell (
> TEMPLATE = ispell,
> DictFile = englishDict,
> AffFile = englishAff,
> StopWords = englishStop
> );
> ERROR: could not open dictionary file
> "/usr/local/pgsql-dev/share/tsearch_data/englishdict.dict": No such file or
> directory
>
> Folk, this is too much ! Now, we dictate extensions '.dict, .affix, .stop',
> what else ?
I notice, that documentation doesn't mention about this
http://momjian.us/main/writings/pgsql/sgml/textsearch-dictionaries.html#TEXTSEARCH-ISPELL-DICTIONARY
Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru)
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2007-09-09 15:10:40 | Re: tsearch filenames unlikes special symbols and numbers |
Previous Message | Oleg Bartunov | 2007-09-09 04:38:37 | Re: tsearch filenames unlikes special symbols and numbers |
From | Date | Subject | |
---|---|---|---|
Next Message | Florian G. Pflug | 2007-09-09 06:16:25 | Re: WIP patch for latestCompletedXid method of computing snapshot xmax |
Previous Message | Oleg Bartunov | 2007-09-09 04:43:19 | ispell dictionary broken in CVS HEAD ? |