sorting in UNICODE table

Поиск
Список
Период
Сортировка
От Alex Guryanow
Тема sorting in UNICODE table
Дата
Msg-id 19739.000824@nlr.ru
обсуждение исходный текст
Ответы Re: sorting in UNICODE table  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-general
Hi,

I'm use postgresql-7.0.2. It's compiled with unicode support
(./configure --enable-multibyte=UNICODE ...)
I have a table which contains both latin and non-latin letters. All they are in UTF-8 encoding. When
I try to sort the rows

( SELECT * FROM my_table ORDER BY sort_field )

I receive strange error: the rows that begin with ascii symbols are ordered while all other - are not!

Why is this happen?

Regards,
Alex



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

Предыдущее
От: "jeff seaman"
Дата:
Сообщение: Postgresql on Solaris 8
Следующее
От: "Ryan Williams"
Дата:
Сообщение: Re: FW: Count & Distinct