Re: pgsql: Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by - Mailing list pgsql-committers

From Teodor Sigaev
Subject Re: pgsql: Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by
Date
Msg-id 46CC2A0D.1030606@sigaev.ru
Whole thread Raw
In response to pgsql: Simplify the syntax of CREATE/ALTER TEXT SEARCH DICTIONARY by  (tgl@postgresql.org (Tom Lane))
List pgsql-committers
> the new settings before they get stored; in the original coding you didn't
> find out about mistakes until the dictionary got invoked.

That is source of initdb error with -E KOI8-R --locale ru_RU.KOI8-R options :
ERROR:  character 0xc3a5 of encoding "UTF8" has no equivalent in "KOI8"

Snowball dictionary tries to convert swedish (some languages too, but that was
first which I see) stopword file from UTF8 to KOI8 encoding.

--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

pgsql-committers by date:

Previous
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: More cleaning up and removed some duplicates.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Suppress testing the options of CREATE TEXT SEARCH DICTIONARY