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

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
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 20:37:42
Message-ID: 20180806203742.ulk4bex37jh7no7u@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 2018-Aug-06, Yahor Yuzefovich wrote:

> and ran this query:
> SELECT name FROM t ORDER BY name;
>
> I expected to see:
> A
> M
> i

alvherre=# SELECT name FROM t ORDER BY name COLLATE "C";
name
──────
A
M
i
(3 filas)

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Yahor Yuzefovich 2018-08-06 20:43:08 Re: Docker image of 11~beta2-2 orders strings case-insensitively
Previous Message Peter Geoghegan 2018-08-06 20:37:22 Re: BUG #15309: ERROR: catalog is missing 1 attribute(s) for relid 760676 when max_parallel_maintenance_workers > 0