Re: Proper Unicode support

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Proper Unicode support
Дата
Msg-id Pine.LNX.4.56.0308111036000.1333@krusty.localdomain
обсуждение исходный текст
Ответ на Proper Unicode support  (Alexey Mahotkin <alexm@hsys.msk.ru>)
Ответы Re: Proper Unicode support  (Oleg Bartunov <oleg@sai.msu.su>)
Список pgsql-hackers
Alexey Mahotkin writes:

> AFAIK, currently the codepoints are sorted in their numerical order.  I've
> searched the source code and could not find the actual place where this is
> done.  I've seen executor/nodeSort.c and utils/tuplesort.c.  AFAIU, they
> are generic sorting routines.

PostgreSQL uses the operating system's locale routines for this.  So the
sort order depends on choosing a locale that can deal with Unicode.

-- 
Peter Eisentraut   peter_e@gmx.net


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: sql99 compat list
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: Farewell