Re: wrong sort order

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: "Alejandro D(dot) Burne" <alejandro(dot)dburne(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: wrong sort order
Date: 2005-07-02 15:01:48
Message-ID: 20050702150148.GA28535@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, Jul 02, 2005 at 11:28:12AM -0300, Alejandro D. Burne wrote:
> Hi, maybe there is a problem with sorting latin10? Seems to be like
> spaces don't exists just sorting.

It's not the encoding, it's the locale. For example, the en_US sorts in
dictionary order (ignore spaces and case).

Hope this helps,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-07-02 16:36:49 Re: Which record causes referential integrity violation on delete
Previous Message Alejandro D. Burne 2005-07-02 14:47:21 Re: wrong sort order