Re: One source of constant annoyance identified - Mailing list pgsql-general

From Thomas Beutin
Subject Re: One source of constant annoyance identified
Date
Msg-id 20020628194331.B9950@laokoon.bug.net
Whole thread Raw
In response to Re: One source of constant annoyance identified  ("Markus Wollny" <Markus.Wollny@computec.de>)
List pgsql-general
Hi,

On Fri, Jun 28, 2002 at 05:30:58PM +0200, Markus Wollny wrote:
>
> Compilation-options were:
>
> --enable-locale
> --enable-recode
> --enable-multibyte
> --with-perl
> --enable-odbc
> --enable-syslog
>
> Environment-variables RC_LANG/LC_CTYPE are set to de_DE@euro, encoding
> for the databases is SQL_ASCII. As we are hosting german websites and
> communities, we need to sort data containing characters ÄÖÜäöüß in the
> correct context (AÄ,OÖ,UÜ,sß), so I figured we'd need locale support.

AFAIK the compiling options are ok, but did You the initdb command with
the proper LC_ALL env set? It shoul be de_DE or de_DE@euro.

BTW: I've found on my linux distribution (SlackWare 7.x) a wrong i18n
source file.  After fixing this and compiling the new locale evering
worked fine.  It's corrected in the newer SlackWare.

-tb
--
Thomas Beutin                             tb@laokoon.IN-Berlin.DE
Beam me up, Scotty. There is no intelligent live down in Redmond.



pgsql-general by date:

Previous
From: Darko Prenosil
Date:
Subject: Re: Acessing columns of parent tables with PL/pgSQL
Next
From: Kevin Brannen
Date:
Subject: serial columns & loads misfeature?