illegal sort order

Поиск
Список
Период
Сортировка
От Andrus
Тема illegal sort order
Дата
Msg-id db0vm6$rj6$1@news.hub.org
обсуждение исходный текст
Ответы Re: illegal sort order  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-general
I insalled Postgres 8 in Windows XP with default settings
I xreated database with encoding unicode.

I noticed that the sort order of accented characters is

B
�
�
C.
�
�
C

this is totally incorrect!  It is interesting that names beginning with C
are not contiguous: between C. and C are accented characters.

The correct sort order (by using character code values) shoud be

B
C
C.
�
�
�
�

How to force the correct sort order or at least move accented characters
���� to end of sorted list ?

Andrus.




В списке pgsql-general по дате отправления:

Предыдущее
От: "Greg Patnude"
Дата:
Сообщение: Temp tables...
Следующее
От: Douglas McNaught
Дата:
Сообщение: Re: Transaction Handling in pl/pgsql