Re: Order By ignoring "-" character - Mailing list pgsql-general

From Bruno Wolff III
Subject Re: Order By ignoring "-" character
Date
Msg-id 20030607152132.GB8873@wolff.to
Whole thread Raw
In response to Order By ignoring "-" character  (Dave Wood <postgresql_question@attbi.com>)
List pgsql-general
On Thu, Jun 05, 2003 at 11:43:08 -0400,
  Dave Wood <postgresql_question@attbi.com> wrote:
> I'm having a problem where the ORDER BY clause is not performing as I
> would expect.  I created a small set of test data:
>
> If this isn't considered a bug, then could somebody please enlighten me
> as to the proper use of ORDER BY?  In other words, how do I get postgres
> to order by using a sort typical of every text sort I've ever seen?
> Once that takes case into consideration and doesn't pick and choose
> which characters it will use for the sort.

It is a locale issue. Order by sorts by the locale ordering. I believe
the fix for this thi requires an initdb, specifying C for the locale.

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Order By ignoring "-" character
Next
From: Tom Lane
Date:
Subject: Re: Order By ignoring "-" character