Re: unicode and sorting(at least) - Mailing list pgsql-general

From Stephan Szabo
Subject Re: unicode and sorting(at least)
Date
Msg-id 20040624063129.O87012@megazone.bigpanda.com
Whole thread Raw
In response to unicode and sorting(at least)  (Dennis Gearon <gearond@fireserve.net>)
Responses Re: unicode and sorting(at least)  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List 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 by date:

Previous
From: Laura Vance
Date:
Subject: Re: Performance
Next
From: "Campano, Troy"
Date:
Subject: PostgreSQL Optimizer