Re: Re: BUG #4319: lower()/upper() does not know about UNICODE case mapping

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Cc: valgog <valgog(at)gmail(dot)com>
Subject: Re: Re: BUG #4319: lower()/upper() does not know about UNICODE case mapping
Date: 2008-07-22 09:53:15
Message-ID: 200807221253.16206.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Am Tuesday, 22. July 2008 schrieb valgog:
> Why Postgres allows creating UNICODE database with the locale, that
> can possibly corrupt my data?

It doesn't allow it, as of 8.3. In 8.2 it does, but we have fixed that, for
the reasons that are becoming obvious to you now.

Perhaps part of the problem is that en_EN isn't actually a valid locale, as
far as I can tell, unless SUSE has invented a new country. :) Try locale -a
and pick one from that list.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alexandre Payment 2008-07-22 12:36:22 BUG #4320: Describe table on 8.2.9 server fail
Previous Message valgog 2008-07-22 09:31:32 Re: BUG #4319: lower()/upper() does not know about UNICODE case mapping