| From: | Yahor Yuzefovich <yahor(at)cockroachlabs(dot)com> |
|---|---|
| To: | Alvaro Herrera <alvherre(at)2ndquadrant(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:43:08 |
| Message-ID: | CABz5gWFPvB3h0_jPrkwRhH=v5iLx4_tUZz6K9zqZXdawq1Z-4Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)2ndquadrant(dot)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
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Geoghegan | 2018-08-06 21:21:33 | Re: BUG #15309: ERROR: catalog is missing 1 attribute(s) for relid 760676 when max_parallel_maintenance_workers > 0 |
| Previous Message | Alvaro Herrera | 2018-08-06 20:37:42 | Re: Docker image of 11~beta2-2 orders strings case-insensitively |