| От | Tom Lane |
|---|---|
| Тема | Re: once again, sorting with Unicode |
| Дата | |
| Msg-id | 11412.1045668157@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | once again, sorting with Unicode (JBJ <postgre@totw.org>) |
| Ответы |
Re: once again, sorting with Unicode
|
| Список | pgsql-sql |
JBJ <postgre@totw.org> writes:
> Furthermore I will have to be able to switch between is_IS and others to
> get the correct sort order ( russian sort order different from icelandic
> for example, simply due to the nature of the letters) live when the user
> selects a different language.
Postgres can't do that at the moment :-(. You might be able to hack up
some custom functions to do something likeORDER BY icelandic(text_col)
but it'll be messy, and probably slow.
regards, tom lane
В списке pgsql-sql по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера