Re: sorting problem

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-bugs(at)postgresql(dot)org>,"CK Leung" <ck(at)wecity(dot)com>
Subject: Re: sorting problem
Date: 2009-05-01 15:00:21
Message-ID: 49FAC835.EE98.0025.0@wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

>>> CK Leung <ck(at)wecity(dot)com> wrote:
> 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 !!!!

Probably not a bug; many collating sequences are defined to ignore
such characters. Perhaps you chose a different locale when you
converted?

-Kevin

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Mark 2009-05-01 15:06:51 Re: Unable to make DBD-Pg-2.13.1
Previous Message Tom Lane 2009-05-01 14:36:35 Re: Unable to make DBD-Pg-2.13.1