Re: Unicode database question - Mailing list pgsql-general

From Dennis Gearon
Subject Re: Unicode database question
Date
Msg-id 3F160EC3.3010103@cvc.net
Whole thread Raw
In response to Re: Unicode database question  ("Vernon Smith" <vwu98034@lycos.com>)
List pgsql-general
It would sure be nice to be able to serve any language based on UTF-8 in
binary fields with no location rquired, and any sorting done either in
binary or through an additional SQL extension such as:

SELECT some_field
FROM some_table
WHERE xlate_utf8binary_to_collations( field_name_or_select_statement,
'lang1', lang2', ...) =
               xlate_utf8binary_to_collations('some_value', 'lang1',
lang2', ...)
SORT BY xlate_utf8binary_to_collations('some_value', 'lang1', lang2', ...).

etc, etc, etc

Isn't postgres going to be importing some libraries for collations
sorting soon? I seem to remember coming upon some discussions involving
Tom and others about this.


pgsql-general by date:

Previous
From: Dennis Gearon
Date:
Subject: Re: Anyone used pgHoster.com?
Next
From: "Dan Langille"
Date:
Subject: Re: Anyone used pgHoster.com?