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

From Yahor Yuzefovich
Subject Re: Docker image of 11~beta2-2 orders strings case-insensitively
Date
Msg-id CABz5gWFPvB3h0_jPrkwRhH=v5iLx4_tUZz6K9zqZXdawq1Z-4Q@mail.gmail.com
Whole thread Raw
In response to Re: Docker image of 11~beta2-2 orders strings case-insensitively  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List pgsql-bugs
Thanks for the explanation. Sorry for the confusion.

Best,
Yahor Yuzefovich

On Mon, Aug 6, 2018 at 4:37 PM, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
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

pgsql-bugs by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Docker image of 11~beta2-2 orders strings case-insensitively
Next
From: Peter Geoghegan
Date:
Subject: Re: BUG #15309: ERROR: catalog is missing 1 attribute(s) for relid760676 when max_parallel_maintenance_workers > 0