Proper Unicode support

Поиск
Список
Период
Сортировка
От Alexey Mahotkin
Тема Proper Unicode support
Дата
Msg-id 87u18ppc22.fsf@192.168.10.23
обсуждение исходный текст
Ответы Re: Proper Unicode support  (Peter Eisentraut <peter_e@gmx.net>)
Re: Proper Unicode support  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hello,

are there any plans of making Postgresql to properly support Unicode wrt
language-specific collations and upper/lower case handling?


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.  

Where is the actual code for (rudimentary) Unicode collation?  Also, where
are the UPPER()/LOWER() functions being handled?


Thanks,

--alexm


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 7.4Beta1 hang?
Следующее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: sql99 compat list