| От | Tom Lane |
|---|---|
| Тема | Re: select lower('ÆØÅ ABC'); does not work as expected |
| Дата | |
| Msg-id | 2862.1053832051@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | select lower('ÆØÅ ABC'); does not work as expected (willy malth <donotemailme@nosuchdomain.xx>) |
| Ответы |
Re: select lower('ÆØÅ ABC'); does
|
| Список | pgsql-sql |
willy malth <donotemailme@nosuchdomain.xx> writes:
> I'm useing postgresql 7.3.2, and having trouble with the lower(string)
> function and the Danish special chars:
> The Danish chars does not convert to lower chars.
You need to run initdb in the correct locale. LC_COLLATE and LC_CTYPE
are both locked down at initdb time, and the latter determines the
behavior of lower(). You could use pg_controldata to check the
database's LC_CTYPE, but I'll bet that it's not a Danish locale.
regards, tom lane
В списке pgsql-sql по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера