Collation with different glibc versions

From: Nick Gazaloff <nick(at)terrainfo(dot)ru>
To: pgsql-general(at)postgresql(dot)org
Subject: Collation with different glibc versions
Date: 2002-12-05 12:01:41
Message-ID: Pine.LNX.4.44.0212051457480.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

--

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Frank van Vugt 2002-12-05 12:16:18 Re: Segmentation fault in 7.3 while vacuuming
Previous Message Adam Witney 2002-12-05 10:39:49 Re: DbVisualizer and PG 7.3?