Re: [GENERAL] locale & mb support

From: Oleg Broytmann <phd(at)phd(dot)russ(dot)ru>
To: Gabriel Fernandez <gabi(at)unica(dot)edu>
Cc: PostgreSQL-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: [GENERAL] locale & mb support
Date: 2000-03-07 12:42:18
Message-ID: Pine.LNX.4.21.0003071238200.14310-100000@fep132.fep.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 7 Mar 2000, Gabriel Fernandez wrote:
> The problem is that I do not get the result sorted as I would.
> What's wrong? What should I do?

First, test your locale. Look int src/test/locale directory. There
you'll find some test. You should create similar test for your locale (and
I'd be happy if you send your test to me).

If your locale tested Ok - stop postmaster and rerun initdb -E LATIN1.
I heared this solution few times, and once it helped me.

BTW, you don't nned to pass LC_CTYPE to postmaster - it can be defined
on per client basis - so define it before invoking psql or other client
(similar to what you'll find in locale tests)...

Oleg.
----
Oleg Broytmann http://members.xoom.com/phd2/ phd2(at)earthling(dot)net
Programmers don't die, they just GOSUB without RETURN.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Raigo Lukk 2000-03-07 12:49:42 Trigger
Previous Message Gabriel Fernandez 2000-03-07 12:25:11 locale & mb support