Re: Distinct oddity

From: Maximilian Tyrtania <maximilian(dot)tyrtania(at)onlinehome(dot)de>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Distinct oddity
Date: 2009-05-12 16:39:29
Message-ID: C62F72E1.360C4%maximilian.tyrtania@onlinehome.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

am 11.05.2009 16:38 Uhr schrieb Alvaro Herrera unter
alvherre(at)commandprompt(dot)com:

>>>Note that the de_DE locale uses Latin9 encoding, which is incompatible
>>>with UTF8.
>>> I'd try checking if the problem is reproducible in
>>> de_DE.utf8 (you need to create a new database for testing, obviously).
>>
>> Wait a minute. I need to re- initdb with de_DE.UTF-8, don't I?
>
> Well, either that, or create a new database with Latin9 encoding.

FAKDB=# CREATE DATABASE "TestLatin9"
FAKDB-# WITH ENCODING='LATIN9'
FAKDB-# OWNER=postgres;
ERROR: encoding LATIN9 does not match server's locale de_DE
DETAIL: The server's LC_CTYPE setting requires encoding UTF8.
FAKDB=#

Now i'm deeply confused...So do i have to re-initdb?

Best,

Maximilian Tyrtania

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Alvaro Herrera 2009-05-12 17:23:57 Re: Distinct oddity
Previous Message David Garamond 2009-05-12 08:42:22 Re: Array: comparing first N elements?