Re: Docker image of 11~beta2-2 orders strings case-insensitively - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Docker image of 11~beta2-2 orders strings case-insensitively
Date
Msg-id 20241.1533570967@sss.pgh.pa.us
Whole thread Raw
In response to Docker image of 11~beta2-2 orders strings case-insensitively  (Yahor Yuzefovich <yahor@cockroachlabs.com>)
List pgsql-bugs
Yahor Yuzefovich <yahor@cockroachlabs.com> writes:
> I expected to see:
> A
> M
> i

> but found:
> A
> i
> M

That would be a matter of what collation you're running it under ...
if sort(1) sorts the same way, it's not a PG issue.

            regards, tom lane


pgsql-bugs by date:

Previous
From: Yahor Yuzefovich
Date:
Subject: Docker image of 11~beta2-2 orders strings case-insensitively
Next
From: "David G. Johnston"
Date:
Subject: Re: Docker image of 11~beta2-2 orders strings case-insensitively