Collation with different glibc versions, part 2

Поиск
Список
Период
Сортировка
От Nick Gazaloff
Тема Collation with different glibc versions, part 2
Дата
Msg-id Pine.LNX.4.44.0212051526200.8143-100000@beta.terrainfo.ru
обсуждение исходный текст
Ответ на Collation with different glibc versions  (Nick Gazaloff <nick@terrainfo.ru>)
Список pgsql-general
>
> > $ echo -e 'bobbill\nbobrob\nbob bill\nbob robber' | LC_ALL=en_US sort
> > bobbill
> > bob bill    -\
> > bobrob       |-- Seems these ought to be adjacent?
> > bob robber  -/
>
>
> On Linux with glibc 2.2.5, I get the same result. But with glibc 2.3.1:
>
>
> $ echo -e 'bobbill\nbobrob\nbob bill\nbob robber' | LC_ALL=en_US sort
> bob bill
> bob robber
> bobbill
> bobrob
>
>
>


Sorry, it was a mistake. localedef had not been run for en_US. After that,
the sort looks the same for all versions of glibc.

--

Best regards,
Nick
(GPG Key ID: 4396B2D0, fingerprint: 648E C3FE ACF6 A730 FF52  D717 776D 1CB0 4396 B2D0)



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

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: Re: Schemas and ODBC driver.
Следующее
От: Adam Witney
Дата:
Сообщение: Re: DbVisualizer and PG 7.3?