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



Reply via email to