Re: [GENERAL] PG-10 + ICU and abbreviated keys - Mailing list pgsql-general

From Peter Geoghegan
Subject Re: [GENERAL] PG-10 + ICU and abbreviated keys
Date
Msg-id CAH2-WznMUEPnstHjZRPNujiNLdiPDU3H+mFVfVGjdWBFMAiC2g@mail.gmail.com
Whole thread Raw
In response to [GENERAL] PG-10 + ICU and abbreviated keys  (Andreas Joseph Krogh <andreas@visena.com>)
Responses Re: [GENERAL] PG-10 + ICU and abbreviated keys
List pgsql-general
On Mon, Nov 13, 2017 at 12:27 AM, Andreas Joseph Krogh
<andreas@visena.com> wrote:
> In PG-10, with ICU enabled, is abbreviated keys now enabled?

Yes. ICU will use abbreviated keys on every platform, including Windows.

> If so, using locale=nb_NO.UTF-8, do I have to use a ICU-specific locale to take advantage of abbreviated keys?

You need to use an ICU collation. It must be a per-column collation,
as you cannot currently use ICU for an entire database. (This
limitation should be removed in the next release or two.)

-- 
Peter Geoghegan


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [GENERAL] PostgreSQL walsender process doesn't exist after "pg_ctl stop -m fast"
Next
From: Andreas Joseph Krogh
Date:
Subject: Re: [GENERAL] PG-10 + ICU and abbreviated keys