tsearch filenames unlikes special symbols and numbers

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема tsearch filenames unlikes special symbols and numbers
Дата
Msg-id 162867790709021328i7771aa9jfe79268bccbf123d@mail.gmail.com
обсуждение исходный текст
Ответы Re: tsearch filenames unlikes special symbols and numbers  (Oleg Bartunov <oleg@sai.msu.su>)
Список 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

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Attempt to stop dead instance can stop a random process?
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: synchronous_commit: Developer's View