Re: ICU integration

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ICU integration
Date: 2016-08-31 17:46:18
Message-ID: CAM3SWZQZFL4k88UMdmwS3jkMvOTCbVG3O58a4vSOTpJHip7ZiA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Aug 30, 2016 at 7:46 PM, Peter Eisentraut
<peter(dot)eisentraut(at)2ndquadrant(dot)com> wrote:
> In initdb, I initialize the default collation set as before from the
> `locale -a` output, but also add all available ICU locales with a "%icu"
> appended (so "fr_FR%icu"). I suppose one could create a configuration
> option perhaps in initdb to change the default so that, say, "fr_FR"
> uses ICU and "fr_FR%posix" uses the old stuff.

I suspect that we'd be better off adding a mechanism for adding a new
collation after initdb runs, on a live production instance. Maybe that
part can come later.

--
Peter Geoghegan

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-08-31 17:48:18 Re: [COMMITTERS] pgsql: Use static inline functions for float <-> Datum conversions.
Previous Message Heikki Linnakangas 2016-08-31 17:42:58 Re: [COMMITTERS] pgsql: Use static inline functions for float <-> Datum conversions.