Re: Problems getting german settings to work correctly - Mailing list pgsql-general

From Peter Alberer
Subject Re: Problems getting german settings to work correctly
Date
Msg-id 000e01c26ba5$d29c9c10$5be0d089@ekelhardt
Whole thread Raw
In response to Problems getting german settings to work correctly  ("Peter Alberer" <h9351252@obelix.wu-wien.ac.at>)
List pgsql-general
I tried to use LATIN1 for the database encoding, now the sorting of the
umlauts is working. I do not know a lot about encodings and localization
so that might be a dumb question, but: Isn't it possible to use UNICODE
encoding and get localized sorting?

Nethertheless i never managed to get a german output for that:

test=# select to_char(now(),'DAY');
  to_char
-----------
 FRIDAY
(1 Zeile)

I might mention that german sorting and output in unix commands like
"sort" and "date" is working ok.

Ciao, peter


pgsql-general by date:

Previous
From: Antonis Antoniou
Date:
Subject: Re: Query optimization
Next
From: "Brian Wolf"
Date:
Subject: newbie