Re: Question about using ICU

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Paul Förster <paul(dot)foerster(at)gmail(dot)com>
Cc: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Question about using ICU
Date: 2020-09-28 11:13:05
Message-ID: 0416206e1addde4d0bfc4450e23f46ff6ddfa036.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 2020-09-28 at 11:45 +0200, Paul Förster wrote:
> > Your best bet is to manually change the definition of all columns to use the new collation.
> > psql's \gexec may help.
>
> but then I'd have to do a reindex anyway, right? My goal was to avoid the reindex altogether, if possible.

That couldn't be avoided anyway if you change the collation no matter
if you do it on the database or on the column level.

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Brajendra Pratap Singh 2020-09-28 11:25:59 DB upgrade version compatibility
Previous Message Paul Förster 2020-09-28 10:17:26 Re: how to switch off: WARNING: psql major version 11, server major version 13