BUG #6230: strange changes in behavior of string functions

From: "Dmitry Ryabov" <dmitry-ryabov(at)mail(dot)ru>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6230: strange changes in behavior of string functions
Date: 2011-09-28 02:18:31
Message-ID: 201109280218.p8S2IVXh084294@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 6230
Logged by: Dmitry Ryabov
Email address: dmitry-ryabov(at)mail(dot)ru
PostgreSQL version: 9.1
Operating system: Windows x64
Description: strange changes in behavior of string functions
Details:

In the version 9.1 I was surprised to find that the function "upper" now is
not working as before. For example:

select upper ('SISTEM AYGıTLARı') = 'SISTEM AYGITLARI'

in postgresql 9.0 returns true, but in postgresql 9.1 - false. Such behavior
now occurs under the transformations of other national symbols. In the
release notes that I have not found mention of such changes. Question: is
the bug? Sorry for my bad English.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Itagaki Takahiro 2011-09-28 03:06:22 Re: BUG #6227: No arguments for COPY OIDS and HEADER
Previous Message Tom Lane 2011-09-28 02:05:56 Re: BUG #6227: No arguments for COPY OIDS and HEADER