BUG #16337: Finnish Ispell dictionary cannot be created

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16337: Finnish Ispell dictionary cannot be created
Дата
Msg-id 16337-0a68a7a1726ffbc6@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #16337: Finnish Ispell dictionary cannot be created  (Artur Zakirov <zaartur@gmail.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16337
Logged by:          Matti Linnanvuori
Email address:      matti.linnanvuori@portalify.com
PostgreSQL version: 12.2
Operating system:   Red Hat Enterprise Linux 8.1
Description:

postgres=# CREATE TEXT SEARCH DICTIONARY finnish_ispell ( TEMPLATE = ispell,
DictFile = fi_fi, AffFile = fi_fi, Stopwords = finnish);
ERROR:  syntax error
CONTEXT:  line 83 of configuration file
"/usr/pgsql-12/share/tsearch_data/fi_fi.affix": "    I           >
ALI\-
"

http://ispell-fi.sourceforge.net/finnish.dict.bz2
bunzip2 finnish.dict.bz2
iconv -f ISO_8859-1 -t UTF-8 -o fi_fi.dict finnish.dict
cp fi_fi.dict /usr/pgsql-12/share/tsearch_data

http://ispell-fi.sourceforge.net/finnish.large.aff.bz2
bunzip2 finnish.large.aff.bz2
iconv -f ISO_8859-1 -t UTF-8 -o fi_fi.affix finnish.large.aff
cp fi_fi.affix /usr/pgsql-12/share/tsearch_data

http://ispell-fi.sourceforge.net/finnish.medium.aff.bz2
bunzip2 finnish.medium.aff.bz2
iconv -f ISO_8859-1 -t UTF-8 -o fi_fi.affix finnish.medium.aff
cp fi_fi.affix /usr/pgsql-12/share/tsearch_data

https://www.postgresql.org/message-id/46CD5588.5080404%40enterprisedb.com


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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16336: Undefined symbols since upgrade of VS to 2019.5.2, and other issues
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: [BUG] non archived WAL removed during production crash recovery