Re: Order changes in PG16 since ICU introduction

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Sandro Santilli <strk(at)kbt(dot)io>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Regina Obe <lr(at)pcorp(dot)us>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Order changes in PG16 since ICU introduction
Date: 2023-04-21 17:27:49
Message-ID: 5db89a9f765085f042e1d0ab52a88720f562ee72.camel@j-davis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2023-04-21 at 19:09 +0200, Sandro Santilli wrote:
>   =# select version();
>   PostgreSQL 16devel on x86_64-pc-linux-gnu, compiled by gcc (Ubuntu
> 11.3.0-1ubuntu1~22.04) 11.3.0, 64-bit
>   =# show lc_collate;
>   C
>   =# select '+' < '-';
>   f

What is the result of:

select datlocprovider, datcollate, daticulocale
from pg_database where datname=current_database();

>   =# select '+' < '-' collate "C";
>   t

Regards,
Jeff Davis

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2023-04-21 17:28:11 Re: Order changes in PG16 since ICU introduction
Previous Message Tom Lane 2023-04-21 17:15:01 Re: Correct the documentation for work_mem