| От | Michael Gould |
|---|---|
| Тема | BUG #5356: citext not acting like case insensitive search |
| Дата | |
| Msg-id | 201003011715.o21HFP5d074237@wwwmaster.postgresql.org обсуждение |
| Ответы |
Re: BUG #5356: citext not acting like case insensitive search
|
| Список | pgsql-bugs |
The following bug has been logged online: Bug reference: 5356 Logged by: Michael Gould Email address: mgould@intermodalsoftwaresolutions.net PostgreSQL version: 8.4.2 Operating system: Windows 2008 R2 Server, Windows 7 x64 Description: citext not acting like case insensitive search Details: When we run the following query, we return no results. Select citystateinfoid from iss.citystateinfo where cityname = 'JACKSONVILLE' and statecode = 'FL'; However this does work Select citystateinfoid from iss.citystateinfo where cityname = 'Jacksonville' and statecode = 'FL' The second query is how the data is actually stored. I've already forwarded our ddl to david wheeler.
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера