Stange behavior of sort request

From: Simon GEORGES <simon(dot)georges(at)bull(dot)net>
To: pgsql-novice(at)postgresql(dot)org
Subject: Stange behavior of sort request
Date: 2009-08-07 11:39:49
Message-ID: 200908071339.49950.simon.georges@bull.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On a postgresql server (8.3.7) I send a request:
SELECT status FROM mytable ORDER BY status;
The result is :
3a
3b
3.
4.
5.
AB
...
With my encoding (UTF8) I expected to have 3. before 3a. Can anyone explain me
this strange behavior ?
Thank you.
Simon GEORGES

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Michael Glaesemann 2009-08-08 05:09:06 [SPAM] Re: Stange behavior of sort request
Previous Message Tim Greenwood 2009-08-06 18:26:10 Checking my understanding of locales