sorting problem

From: CK Leung <ck(at)wecity(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: sorting problem
Date: 2009-04-29 11:15:44
Message-ID: 49F836E0.503@wecity.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I found some problem about the sorting when i switch to pg version 8.3.4

Table name : tt,

record list :

item_code
----------------------
VAAAA
VBBBB
VCCC
(V)BBBB
V.BBBB
V.AAAAB
V.AAAA
.VAAAA
VA.AAA
(VBBBB
V)BBBB
(V)B.BBB
(VB)BBB
(13 rows)

the result : select * from tt order by item_code;

item_code
----------------------
VAAAA
.VAAAA
V.AAAA
VA.AAA
V.AAAAB
VBBBB
(VBBBB
(V)BBBB
(V)B.BBB
(VB)BBB
V.BBBB
V)BBBB
VCCC
(13 rows)

the sort sequence like ignore the character '.' , '(', ')'. Is it a bug ?
It is no problem in old version !!!!

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jasen Betts 2009-04-29 12:42:53 Re: Problème password
Previous Message Roger Krimstock 2009-04-29 01:49:32 BUG #4785: Installation fails