From: | "Pavel Stehule" <pavel(dot)stehule(at)gmail(dot)com> |
---|---|
To: | "PostgreSQL Hackers" <pgsql-hackers(at)postgresql(dot)org>, "Oleg Bartunov" <oleg(at)sai(dot)msu(dot)su> |
Subject: | tsearch filenames unlikes special symbols and numbers |
Date: | 2007-09-02 20:28:20 |
Message-ID: | 162867790709021328i7771aa9jfe79268bccbf123d@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-hackers |
Hello
I am found small bug
postgres=# CREATE TEXT SEARCH DICTIONARY cz1(TEMPLATE = ispell,
DictFile= 'cs_czutf');
ERROR: invalid text search configuration file name "cs_czutf"
postgres=# CREATE TEXT SEARCH DICTIONARY cz1(TEMPLATE = ispell,
DictFile= 'csczutf8');
ERROR: invalid text search configuration file name "csczutf8"
postgres=# CREATE TEXT SEARCH DICTIONARY cz1(TEMPLATE = ispell,
DictFile= "csczutf8");
ERROR: invalid text search configuration file name "csczutf8"
postgres=# CREATE TEXT SEARCH DICTIONARY cz1(TEMPLATE = ispell,
DictFile= "cs_czutf");
ERROR: invalid text search configuration file name "cs_czutf"
postgres=# CREATE TEXT SEARCH DICTIONARY cz1(TEMPLATE = ispell,
DictFile= "csczutf");
ERROR: could not open dictionary file
"/usr/local/pgsql/share/tsearch_data/csczutf.dict": není souborem ani
adresářem
regards
Pavel Stehule
From | Date | Subject | |
---|---|---|---|
Next Message | Oleg Bartunov | 2007-09-02 21:35:55 | Re: tsearch filenames unlikes special symbols and numbers |
Previous Message | Peter Eisentraut | 2007-08-31 09:16:40 | Re: [HACKERS] broken doc |
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2007-09-02 20:57:00 | Re: synchronous_commit: Developer's View |
Previous Message | Kevin Grittner | 2007-09-02 20:20:14 | Re: Attempt to stop dead instance can stop a random process? |