Re: ERROR: could not determine which collation to use for string comparison

2023-06-06 Thread Laurenz Albe
On Tue, 2023-06-06 at 11:42 -0300, Rômulo Coutinho wrote: > We recently upgraded to Postgres 15.3. When running ANALYZE, we get the > following message: > ERROR:  could not determine which collation to use for string comparison > HINT:  Use the COLLATE clause to set the collation explicitly. > >

Re: ERROR: could not determine which collation to use for string comparison

2020-04-14 Thread Tom Lane
Andreas Joseph Krogh writes: > Guys; This errors out with: > ERROR: could not determine which collation to use for string comparison > HINT: Use the COLLATE clause to set the collation explicitly. Fixed, thanks for the report. regards, tom lane