Re: Sort order with spaces? - Mailing list pgsql-sql

From Richard Huxton
Subject Re: Sort order with spaces?
Date
Msg-id 200309171450.30382.dev@archonet.com
Whole thread Raw
In response to Re: Sort order with spaces?  (Kristian Jörg <krjg@devo.se>)
List pgsql-sql
On Wednesday 17 September 2003 13:39, Kristian Jörg wrote:
> Kristian Jörg wrote:
> > Richard Huxton wrote:
> >>>
> >>>LUNDGREN
> >>>M L R
> >>>MACDOWELL
> >>>MUSCLE
> >>>
> >>>But in Postgres I get this order:
> >>>
> >>>LUNDGREN
> >>>MACDOWELL
> >>>M L R
> >>>MUSCLE
> >>

> Woops, a type above. My sql is of course:
> select * from mytable where normtext>=  'LU' order by normtext;

richtest=# select * from foo order by b;a |     b
---+-----------1 | LUNDGREN2 | M L R3 | MACDOWELL4 | MUSCLE
(4 rows)

LC_MESSAGES = 'C'
LC_MONETARY = 'C'
LC_NUMERIC = 'C'
LC_TIME = 'C'

Might be worth checking the release notes on the website to see if there's
anything mentioned.

--  Richard Huxton Archonet Ltd


pgsql-sql by date:

Previous
From: Kristian Jörg
Date:
Subject: Re: Sort order with spaces?
Next
From: Tom Lane
Date:
Subject: Re: Sort order with spaces?