PostgreSQL Windows Turkish Search Problem

From: Halil İbrahim AYHAN <ibrahimayhan(at)hotmail(dot)com(dot)tr>
To: "pgsql-bugs(at)lists(dot)postgresql(dot)org" <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: PostgreSQL Windows Turkish Search Problem
Date: 2025-09-11 07:42:11
Message-ID: DB5PR10MB91944DFA22D80BE615EF5653EC09A@DB5PR10MB9194.EURPRD10.PROD.OUTLOOK.COM
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I am using PostgreSQL Windows version as Turkish Collation
The table contains the record "ŞİLİ" and "şili",
When I Search with ILike, It Does Not Perform Case-Insensitive Searches,
When I search with uppercase letters, I get 1 result, and when I search with lowercase letters, I get 1 result.
There is no problem with Turkish Collection in Linux Version and 2 results are given.
This problem occurs in Windows version.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2025-09-11 07:43:54 BUG #19048: PostgreSQL Windows Turkish Search Problem
Previous Message PG Bug reporting form 2025-09-11 07:09:36 BUG #19047: pg_last_wal_replay_lsn() returns non-NULL after pg_promote()