BUG #6056: sorting issues - Mailing list pgsql-bugs

From Mike Hepworth
Subject BUG #6056: sorting issues
Date
Msg-id 201106132152.p5DLq6Hq046860@wwwmaster.postgresql.org
Whole thread Raw
Responses Re: BUG #6056: sorting issues
Re: BUG #6056: sorting issues
List pgsql-bugs
The following bug has been logged online:

Bug reference:      6056
Logged by:          Mike Hepworth
Email address:      michael.w.hepworth@gmail.com
PostgreSQL version: 8.4
Operating system:   Ubuntu 10.4
Description:        sorting issues
Details:

Have database that is utf-8 encoding so that I can support both english,
french, and spanish.  Having problems with the ordering of data.

I execute the following sql statment:

select * from (values('HALL, ANDY'),('HALLBERG, FRANK'),('HALLDEN,
DOUGLAS'),('HALL, DOUGLAS') ) x ORDER BY 1;

and get the following results

HALL, ANDY
HALLBERG, FRANK
HALLDEN, DOUGLAS
HALL, DOUGLAS

Please Help...

pgsql-bugs by date:

Previous
From: Marc Cousin
Date:
Subject: Re: BUG #5741: syslog line length
Next
From: Itagaki Takahiro
Date:
Subject: Re: BUG #6056: sorting issues