Re: Mac ordering with locales

From: "A(dot)M(dot)" <agentm(at)themactionfaction(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Mac ordering with locales
Date: 2008-02-21 18:17:54
Message-ID: 3F81E9BE-71BD-4437-A66B-172C17BC0E69@themactionfaction.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Feb 21, 2008, at 12:01 PM, Tom Lane wrote:

> Pascal Cohen <pcohen(at)wimba(dot)com> writes:
>> The fact is that works on Linux and win but under Mac I always get
>> the
>> ordering with 'default' C locale (I displayed all the lc_* and all
>> are
>> right set)
>
> Yeah, this has been complained of before, eg here
> http://archives.postgresql.org/pgsql-general/2005-11/msg00047.php
> and here
> http://archives.postgresql.org/pgsql-general/2004-04/msg00564.php
>
> It seems to be a deficiency in Apple's locale support. The second
> message is interesting since it indicates that "smart" sorting is
> available somewhere/somehow under OS X, but nobody here knows how
> to get at it :-(

The function is "CFStringCompareWithOptionsAndLocale()".

http://developer.apple.com/documentation/CoreFoundation/Reference/
CFStringRef/Reference/reference.html#//apple_ref/c/func/
CFStringCompareWithOptionsAndLocale

It is obviously not a portable function (beyond the Core Foundation
sources being open and available), so there may not be any interest
in having this in PostgreSQL.

Also, which MacOS X version is under discussion here? Could the
strcoll() bug have been fixed in Leopard?

Cheers,
M

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Terry Lee Tucker 2008-02-21 18:28:29 Re: Disable Triggers
Previous Message Terry Lee Tucker 2008-02-21 18:08:21 Re: Disable Triggers