BUG #6244: Ordering Problem

From: "Murilo Lobato" <murilo(at)perfilweb(dot)com(dot)br>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #6244: Ordering Problem
Date: 2011-10-07 13:31:37
Message-ID: 201110071331.p97DVbed076411@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 6244
Logged by: Murilo Lobato
Email address: murilo(at)perfilweb(dot)com(dot)br
PostgreSQL version: 9.0.3
Operating system: Centos 5.5
Description: Ordering Problem
Details:

We have a clients table, and when we run a select on the table ordering by
name we get unexpected results. The whitespaces on the string are not being
computed, as follown:

what is happening:
1 - Lucia Amaral
2 - Luci Martins

What we expecting:
1 - Luci Martins
2 - Lucia Amaral

Resuming, the whitespace is being ignored during the order.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Merlin Moncure 2011-10-07 15:41:30 Re: BUG #6244: Ordering Problem
Previous Message Craig Ringer 2011-10-07 11:28:45 Re: BUG #6233: pg_dump hangs with Access Violation C0000005