Re: Collation in ORDER BY not lexicographical

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Collation in ORDER BY not lexicographical
Дата
Msg-id dcc563d10909290221p72dc2b08m6398c2cd5c20dcc9@mail.gmail.com
обсуждение исходный текст
Ответ на Collation in ORDER BY not lexicographical  (Paul Gaspar <devlist@revolversoft.com>)
Ответы Re: Collation in ORDER BY not lexicographical  (Maximilian Tyrtania <maximilian.tyrtania@onlinehome.de>)
Re: Collation in ORDER BY not lexicographical  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
On Tue, Sep 29, 2009 at 2:52 AM, Paul Gaspar <devlist@revolversoft.com> wrote:
> Hi!
>
> We have big problems with collation in ORDER BY, which happens in binary
> order, not alphabetic (lexicographical), like:.
>
> A
> B
> Z
> a
> z
> Ä
> Ö
> ä
> ö
>

> PG is running on Mac OS X 10.5 and 10.6 Intel.

I seem to recall there were some problem with Mac locales at some
point being broken.  Could be you're running into that issue.

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

Предыдущее
От: Paul Gaspar
Дата:
Сообщение: Collation in ORDER BY not lexicographical
Следующее
От: InterRob
Дата:
Сообщение: WITH SELECT * FROM function(
) WHERE etc