Re: sorting problem - Mailing list pgsql-bugs

From Kevin Grittner
Subject Re: sorting problem
Date
Msg-id 49FAC835.EE98.0025.0@wicourts.gov
Whole thread Raw
In response to sorting problem  (CK Leung <ck@wecity.com>)
Responses Re: sorting problem  (CK Leung <ck@wecity.com>)
List pgsql-bugs
>>> CK Leung <ck@wecity.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Unable to make DBD-Pg-2.13.1
Next
From: "Mark"
Date:
Subject: Re: Unable to make DBD-Pg-2.13.1