BUG #13529: Incorrect work UPPER UTF-8, 9.2 was all right

From: igor(at)assystems(dot)lv
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13529: Incorrect work UPPER UTF-8, 9.2 was all right
Date: 2015-07-30 14:39:21
Message-ID: 20150730143921.9017.36624@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13529
Logged by: Igor Bodonenko
Email address: igor(at)assystems(dot)lv
PostgreSQL version: 9.4.4
Operating system: linux
Description:

SELECT name FROM fpar WHERE UPPER(name) LIKE UPPER('%diā%')

Diāna Arāja

1 row(s)
----------------------------------------
SELECT name FROM fpar WHERE UPPER(name) LIKE UPPER('%DIĀ%')

"DIĀNA"
DIĀNA TUČKUS

2 row(s)

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2015-07-30 17:44:58 Re: BUG #13528: LATERAL vs. correlated scalar subquery
Previous Message Marko Tiikkaja 2015-07-30 12:24:47 Re: BUG #13528: LATERAL vs. correlated scalar subquery