Re: once again, sorting with Unicode

Поиск
Список
Период
Сортировка
От 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  ("Troy" <tjk@tksoft.com>)
Список 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 по дате отправления:

Предыдущее
От: Christoph Haller
Дата:
Сообщение: Re: Default column titles in a select...
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: VIEW or Stored Proc - Is this even possible?