On 2019/04/27 0:02, Tom Lane wrote:
> Amit Langote writes:
>> I couldn't find old discussions or source code comments about this, but
>> has someone encountered the following error and wondered whether it's
>> working that way for a reason?
>
>> select a::text, b from foo order by 1, 2 collate "C
Amit Langote writes:
> I couldn't find old discussions or source code comments about this, but
> has someone encountered the following error and wondered whether it's
> working that way for a reason?
> select a::text, b from foo order by 1, 2 collate "C";
> ERROR: collations are not supported by
Hi,
I couldn't find old discussions or source code comments about this, but
has someone encountered the following error and wondered whether it's
working that way for a reason?
select a::text, b from foo order by 1, 2 collate "C";
ERROR: collations are not supported by type integer
LINE 1: selec