empty result on SELECT with LIKE on '...Z%' - Mailing list pgsql-bugs

From thil
Subject empty result on SELECT with LIKE on '...Z%'
Date
Msg-id 00112817012500.00960@pc250
Whole thread Raw
List pgsql-bugs
I have a table with name of people.
In this table there is 'MENDEZ PATRICIA'
If I try SELECT * FROM people WHERE nom LIKE 'MEND%'
result => MENDEZ PATRICIA
If I try SELECT * FROM people WHERE nom LIKE 'MENDEZ%'
result => empty  (here is the problem)
If I try SELECT * FROM people WHERE nom LIKE 'MENDEZ P%'
result => MENDEZ PATRICIA

Thank for this beautiful database.

thil

pgsql-bugs by date:

Previous
From: mohamed hgug
Date:
Subject: bug with postgresql
Next
From: Rasputin
Date:
Subject: iofflush: psql 7.0.3 coredump on RH 6.1