Re: pg_trgm: unicode string not working

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Florian Pflug <fgp(at)phlo(dot)org>
Cc: sushant354(at)gmail(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_trgm: unicode string not working
Date: 2011-06-13 02:58:00
Message-ID: BANLkTinMxhj6DwMWU8tboWSe99hJ_SNraA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jun 12, 2011 at 8:40 AM, Florian Pflug <fgp(at)phlo(dot)org> wrote:
> Note that this restriction was removed in postgres 9.1 which
> is currently in beta. However, GIT indices must be re-created
> with REINDEX after upgrading from 9.0 to leverage that
> improvement.

Does pg_upgrade know about this?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2011-06-13 03:12:58 Re: Boolean operators without commutators vs. ALL/ANY
Previous Message Robert Haas 2011-06-13 02:56:41 Re: Make relation_openrv atomic wrt DDL