Re: SELECT - ORDER BY Croatian characters ....

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Kornelije" <krabuzin(at)foi(dot)hr>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: SELECT - ORDER BY Croatian characters ....
Date: 2004-05-07 18:39:09
Message-ID: 200405072039.09952.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Kornelije wrote:
> I'm using PostgreSQL and my database contains Croatian Characters
> (ccz...).... so when I pose a query, and I use order by clause, the
> result is not sorted properly.....

You need to initdb your database with the proper locale (hr_HR,
probably). Also, choose the right encoding to go along with the locale
(LATIN2?).

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Jie Liang 2004-05-07 23:15:52 \df
Previous Message Jean-Luc Lachance 2004-05-07 17:31:36 Re: SUM() & GROUP BY