From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
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 16:54:34 |
Message-ID: | 20160217165434.GA23400@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
On Wed, Feb 17, 2016 at 03:06:26PM +0300, Teodor Sigaev wrote:
> >>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.
OK, so would we need to mark such indexes as invalid? Are you saying
the tsvector columns would also be invalid? Yikes. We could at least
tell people to recreate them.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Roman grave inscription +
From | Date | Subject | |
---|---|---|---|
Next Message | David G. Johnston | 2016-02-17 17:07:38 | Re: BUG #13966: Documentation. 'Select' description |
Previous Message | Tom Lane | 2016-02-17 16:37:58 | Re: BUG #13968: invalid page in block error |