Re: BUG #13440: unaccent does not remove all diacritics - Mailing list pgsql-bugs

From Teodor Sigaev
Subject Re: BUG #13440: unaccent does not remove all diacritics
Date
Msg-id 56C46242.9020003@sigaev.ru
Whole thread Raw
In response to Re: BUG #13440: unaccent does not remove all diacritics  (Bruce Momjian <bruce@momjian.us>)
Responses Re: BUG #13440: unaccent does not remove all diacritics  (Bruce Momjian <bruce@momjian.us>)
List pgsql-bugs
>> I'm inclining to commit this patch becouse it suggests more regular
>> way to update unaccent rules. That is nice.
> How would this affect pg_trgm indexes upgraded by pg_upgrade?

pg_upgrade doesn't know any tsearch configuration staff, so, it can't do
anything useful with checnges of fts configuration. The right way is recreate
all tsvector columns, but pg_upgrade obviously is not able to run tsearch stack:
parser, dictionaries etc.

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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #13960: plpython fails with certain function names
Next
From: Michael Paquier
Date:
Subject: SIGQUIT and lost sequence WAL records