Re: Encoding - Mailing list pgsql-general

From Gunnar R|nning
Subject Re: Encoding
Date
Msg-id x6snou1p0k.fsf@thor.candleweb.no
Whole thread Raw
In response to Encoding  ("Anders R. Sveen" <anderssv@stud.ntnu.no>)
List pgsql-general
Tom Lane <tgl@sss.pgh.pa.us> writes:


> BTW: one thing to beware of when using LOCALE is that you've gotta be
> careful to start the postmaster with the same LOCALE environment
> variables every time for a given database.  Otherwise, the
> LOCALE-dependent sort order of your indexes gets messed up, and things
> start to behave very strangely ...
>

And you have to reindex the relevant tables to get things working properly
again. I did this two months ago to get the right sort order for norwegian
letters(ISO-8859-1 character encoding).

Works like I a charm now on Solaris, but I still have a problem on my Linux
development machine - believe this a Linux libc config problem and not
related to Postgres as it works fine on Solaris.

regards,

    Gunnar

pgsql-general by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: smallint to bigint
Next
From: Stephan Szabo
Date:
Subject: Re: about time.