error in upper()

From: Klaus Ita <klaus(dot)ita(at)ai(dot)wu-wien(dot)ac(dot)at>
To: pgsql-bugs(at)postgresql(dot)org
Subject: error in upper()
Date: 2006-08-18 07:44:27
Message-ID: 20060818074427.GE32240@aipc54.ai.wu-wien.ac.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I know that tom is going to say this is not a bug in pg and he is probably
right. but still i want to state, that in pg 8.1 the

select lower(upper('ß'))

does not return 'ss'. because the upper('ß') does not return 'SS' in the
first place. I know, german is a terrible language, but still - we are using
it :-)

thx,
klaus

and tom. there is no offence at all! I love Pg and the work you are doing.
thank you!

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Morus Walter 2006-08-18 09:00:11 BUG #2583: Problem with sql dump for renamed table containing columns of type serial
Previous Message Steven Azar 2006-08-18 00:55:31 BUG #2582: Duplicate entries which violate primary key and unique index on same table