Re: How to setup a good collation? - Mailing list pgsql-admin

From Reko Turja
Subject Re: How to setup a good collation?
Date
Msg-id D6462354EE5A49ECBAB718AE3677AA92@Rivendell
Whole thread Raw
In response to Re: How to setup a good collation?  (Nagy László Zsolt <gandalf@shopzeus.com>)
Responses Re: How to setup a good collation?  (Nagy László Zsolt <gandalf@shopzeus.com>)
List 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



pgsql-admin by date:

Previous
From: SELCUK AYDIN
Date:
Subject: Re: Importing csv files containing multiple geometries in postgis
Next
From: Rose Beck
Date:
Subject: Re: Importing csv files containing multiple geometries in postgis