Comment 1 for bug 301770

Revision history for this message
Martin Pitt (pitti) wrote :

As per our email discussion:

  - can't directly use hunspell directories in /usr/share/myspell/dicts/, since they are often not UTF-8 encoded, which is required for PostgreSQL

  - p-common gets a dpkg trigger which iconvs available hunspell dictionaries to /var/lib/postgresql/dicts/

  - p-common gets test cases based on Duncan's Launchpad-private scripts.

  - p-8.3 gets a patch which falls back to /var/lib/postgresql/dicts/ if no available dictionary is found in the postgres tsearch-data/ directory.