From: | Stephan Szabo <sszabo(at)megazone(dot)bigpanda(dot)com> |
---|---|
To: | Dennis Gearon <gearond(at)fireserve(dot)net> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: unicode and sorting(at least) |
Date: | 2004-06-24 13:50:02 |
Message-ID: | 20040624063129.O87012@megazone.bigpanda.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Campano, Troy | 2004-06-24 13:50:27 | PostgreSQL Optimizer |
Previous Message | Laura Vance | 2004-06-24 13:39:38 | Re: Performance |