Re: BUG #13440: unaccent does not remove all diacritics

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Léonard Benedetti <benedetti(at)mlpo(dot)fr>, PostgreSQL Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #13440: unaccent does not remove all diacritics
Date: 2016-02-17 12:06:26
Message-ID: 56C46242.9020003@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2016-02-17 13:55:16 SIGQUIT and lost sequence WAL records
Previous Message baptiste.gonod 2016-02-17 08:42:15 BUG #13965: Maybe a problem with ODBC UNICODE driver working like ANSI