Re: sorting problem

Поиск
Список
Период
Сортировка
От CK Leung
Тема Re: sorting problem
Дата
Msg-id 49FE9563.4050705@wecity.com
обсуждение исходный текст
Ответ на Re: sorting problem  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Ответы Re: sorting problem
Список pgsql-bugs
I create a new database use UTF-8 and SQL_ASCII, same result found, how
can i fix this problem ?

CK

Kevin Grittner wrote:
>>>> 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 по дате отправления:

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re:
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: sorting problem