Re: Docker image of 11~beta2-2 orders strings case-insensitively

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Yahor Yuzefovich <yahor(at)cockroachlabs(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Docker image of 11~beta2-2 orders strings case-insensitively
Date: 2018-08-06 15:56:07
Message-ID: 20241.1533570967@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Yahor Yuzefovich <yahor(at)cockroachlabs(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2018-08-06 16:03:01 Re: Docker image of 11~beta2-2 orders strings case-insensitively
Previous Message Yahor Yuzefovich 2018-08-06 14:56:59 Docker image of 11~beta2-2 orders strings case-insensitively