tsearch filenames unlikes special symbols and numbers - Mailing list pgsql-hackers

From Pavel Stehule
Subject tsearch filenames unlikes special symbols and numbers
Date
Msg-id 162867790709021328i7771aa9jfe79268bccbf123d@mail.gmail.com
Whole thread Raw
Responses Re: tsearch filenames unlikes special symbols and numbers
List 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 by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Attempt to stop dead instance can stop a random process?
Next
From: Simon Riggs
Date:
Subject: Re: synchronous_commit: Developer's View