Re: problem with ORDER BY

From: Nicolas KOWALSKI <niko(at)petole(dot)dyndns(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: problem with ORDER BY
Date: 2008-02-01 10:29:53
Message-ID: 87y7a56kbi.fsf@petole.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:

> On Fri, Feb 01, 2008 at 11:06:07AM +0100, Nicolas KOWALSKI wrote:
>>
>> I do not understand why the following ORDER BY statment does not work
>> as I would expect:
>>
>> 3) When I want to sort them, I get this "strange" ordering:
>
> Show us your collation order:
> show lc_collate;

Here it is:

mon=> show lc_collate;
lc_collate
-------------
en_US.UTF-8
(1 row)

Thanks,
--
Nicolas

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Enrico Sirola 2008-02-01 10:31:37 arrays of floating point numbers / linear algebra operations into the DB
Previous Message Martijn van Oosterhout 2008-02-01 10:20:06 Re: problem with ORDER BY