Re: sort order problem

From: Piotr Filipczuk <filip(at)hq(dot)nawigator(dot)pl>
To: <MarcinInkielmanmarn(at)wsisiz(dot)edu(dot)pl>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: sort order problem
Date: 2001-02-25 18:17:09
Message-ID: Pine.LNX.4.30.0102251909290.525-100000@hq.nawigator.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, 18 Feb 2001 MarcinInkielmanmarn(at)wsisiz(dot)edu(dot)pl wrote:

> hi!
>
> could somebody tell me where is the problem?
>
> i have postgres 7.0.3-4 comming with unstable debian distribution (locales 2.2.1-1, libc6 2.2.1-1)
> i am unable to force postgres to sort in correct order when I have national characters (polish)
> I tried differents locales settings (i thik that LANG=pl_PL, LC_CTYPE=iso_8859_2 worked previously)
> on the backend side and from the clients side. the result is always the same.
>
Backend should be started with locale set (LC_ALL=pl_PL) and database
should be create with encoding LATIN2 (createdb -E LATIN2) and that's all.
I tried this with postgres 6.5.x and 7.0.x on RedHat 6.2 and RedHat 7.0.

Piotr Filipczuk
filip(at)polvoice(dot)pl

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tomaz Borstnar 2001-02-25 18:50:13 Re: local mailing lists
Previous Message John Madden 2001-02-25 18:10:03 Re: Re: local mailing lists