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

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: v13 planner ERROR: could not determine which collation to use for string comparison
Дата
Msg-id 20200721195757.GM5748@telsasoft.com
обсуждение исходный текст
Ответ на Re: v13 planner ERROR: could not determine which collation to use for string comparison  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-hackers
Reproducer:

postgres=# CREATE TABLE t AS SELECT ''a FROM generate_series(1,99); CREATE TABLE u AS SELECT ''a FROM
generate_series(1,99); VACUUM ANALYZE t,u;
 
postgres=# explain SELECT * FROM t JOIN u ON t.a!=u.a;
ERROR:  could not determine which collation to use for string comparison
HINT:  Use the COLLATE clause to set the collation explicitly.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: OpenSSL randomness seeding
Следующее
От: David Steele
Дата:
Сообщение: Re: OpenSSL randomness seeding