Re: [BUGS] Bug #823: upper() does not handle , and correctly.

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: <maran(at)fyrplus(dot)se>, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: [BUGS] Bug #823: upper() does not handle , and correctly.
Date: 2002-11-26 16:41:06
Message-ID: 20021126084034.O77510-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


On Tue, 26 Nov 2002 pgsql-bugs(at)postgresql(dot)org wrote:

> Marcus Andersson (maran(at)fyrplus(dot)se) reports a bug with a severity of 2
> The lower the number the more severe it is.
>
> Short Description
> upper() does not handle , and correctly.
>
> Long Description
> The function upper() just leaves the letters , , and unmodified.
> It should replace them with , and respectively.
>
> PostgreSQL version 7.2.3 on Solaris.
>
> I am using encoding 7 (ISO 8859-1).

It's probably a locale issue. What locale did you initdb in?

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2002-11-26 16:46:03 Re: MemoryContextAllc error.
Previous Message Stephan Szabo 2002-11-26 16:40:01 Re: RULE: ON DELETE doesn't stack deletes