Re: BUG #1082: Order by doesn't sort correctly.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1082: Order by doesn't sort correctly.
Дата
Msg-id 13563.1077403667@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1082: Order by doesn't sort correctly.  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Ответы Re: BUG #1082: Order by doesn't sort correctly.  (Richard Neill <rn214@hermes.cam.ac.uk>)
Список pgsql-bugs
"PostgreSQL Bugs List" <pgsql-bugs@postgresql.org> writes:
> Description:        Order by doesn't sort correctly.

It almost certainly is the correct sort order according to the locale
you're using.  Use pg_controldata to check the database locale.  You'll
probably want to re-initdb in C locale.  Most non-C locales have weird
rules that try to approximate dictionary sort order.

            regards, tom lane

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

Предыдущее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1082: Order by doesn't sort correctly.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1082: Order by doesn't sort correctly.