Re: pgsql: Improve support of Hunspell in ispell dictionary.

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Improve support of Hunspell in ispell dictionary.
Дата
Msg-id 56DD94F3.5050806@gmx.net
обсуждение исходный текст
Ответ на pgsql: Improve support of Hunspell in ispell dictionary.  (Teodor Sigaev <teodor@sigaev.ru>)
Ответы Re: pgsql: Improve support of Hunspell in ispell dictionary.  (Artur Zakirov <a.zakirov@postgrespro.ru>)
Список pgsql-committers
On 3/4/16 12:08 PM, Teodor Sigaev wrote:
> Improve support of Hunspell in ispell dictionary.
>
> Now it's possible to load recent version of Hunspell for several languages.
> To handle these dictionaries Hunspell patch adds support for:
> * FLAG long - sets the double extended ASCII character flag type
> * FLAG num - sets the decimal number flag type (from 1 to 65535)
> * AF parameter - alias for flag's set
>
> Also it moves test dictionaries into separate directory.

The uninstall target in src/backend/tsearch/Makefile doesn't work
anymore, because it tries to uninstall from, e.g.,
share/tsearch_data/dicts/hunspell_sample_long.dict, but the files are at
share/tsearch_data/dicts/hunspell_sample_long.dict .



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Re-fix broken definition for function name in pgbench's exprscan
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix backwards test for Windows service-ness in pg_ctl.