Collation with different glibc versions, part 2

From: Nick Gazaloff <nick(at)terrainfo(dot)ru>
To: pgsql-general(at)postgresql(dot)org
Subject: Collation with different glibc versions, part 2
Date: 2002-12-05 12:28:44
Message-ID: Pine.LNX.4.44.0212051526200.8143-100000@beta.terrainfo.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jakub Ouhrabka 2002-12-05 13:23:03 Re: how to make functions multi-user safe?
Previous Message Hiroshi Inoue 2002-12-05 12:16:46 Re: Schemas and ODBC driver.