Re: How to setup a good collation?

From: "Reko Turja" <reko(dot)turja(at)liukuma(dot)net>
To: <pgsql-admin(at)postgresql(dot)org>, Nagy László Zsolt <gandalf(at)shopzeus(dot)com>
Subject: Re: How to setup a good collation?
Date: 2016-03-10 11:30:58
Message-ID: D6462354EE5A49ECBAB718AE3677AA92@Rivendell
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

> All right, I have reinstalled postgresql server with "Use ICU for
> unicode collation" but it did not help!

Postgres 9.3 on FreeBSD 10.2 with kernel, userland and software from
ports compiled with clang. Server compile flags include ICU in
addition of the defaults and client flags using non-GPL libedit
instead of readline.

test=# select name from a order by upper(name) asc;
name
------
a
á
Á
b
e
é
É
o
ó
ö
U
Ü
Z
(13 rows)
test=#

-Reko

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Rose Beck 2016-03-10 12:00:35 Re: Importing csv files containing multiple geometries in postgis
Previous Message SELCUK AYDIN 2016-03-10 11:28:19 Re: Importing csv files containing multiple geometries in postgis