| От | Tom Lane |
|---|---|
| Тема | Re: case insensitive search with greek characters |
| Дата | |
| Msg-id | 28706.1092596040@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | case insensitive search with greek characters (Giannis Vrentzos <gvre@NOSPAM.gvre.gr>) |
| Ответы |
Re: case insensitive search with greek characters
|
| Список | pgsql-general |
Giannis Vrentzos <gvre@NOSPAM.gvre.gr> writes:
> ... everything is fine. As you can see the problem is at char � .
> I 'm using ENCODING = 'ISO_8859_7'. I also tried with unicode but no luck.
upper/lower casing behavior depends on locale, not encoding (though you
also need to be sure your encoding is what the selected locale expects).
I suspect you initdb'd with the wrong locale environment settings.
Check by doing
show lc_ctype;
show lc_collate;
If it's not the right thing then you'll need to re-initdb :-(
regards, tom lane
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера