Re: unicode and sorting(at least)

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: unicode and sorting(at least)
Дата
Msg-id 20040624063129.O87012@megazone.bigpanda.com
обсуждение исходный текст
Ответ на unicode and sorting(at least)  (Dennis Gearon <gearond@fireserve.net>)
Ответы Re: unicode and sorting(at least)  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-general
On Wed, 23 Jun 2004, Dennis Gearon wrote:

> This is what has to be eventually done:(as sybase, and probably others do it)
>
>     http://www.ianywhere.com/whitepapers/unicode.html

Actually, what probably has to be eventually done is what's in the SQL
spec.

Which is AFAICS basically:
 Allow multiple encodings
 Allow multiple character sets (within an encoding)
 Allow one or more collations per character set
 Allow columns to specify character set and collation
 Allow literals in multiple character sets
 Allow translations and encoding conversions (as supported)
 Allow explicit COLLATE clauses to control ordering and comparisons.
 Handle identifiers in multiple character sets

plus some misc things like allowing sets that control the default
character set for literals for this session and such.


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

Предыдущее
От: Laura Vance
Дата:
Сообщение: Re: Performance
Следующее
От: "Campano, Troy"
Дата:
Сообщение: PostgreSQL Optimizer