Re: BUG #17079: btree_gin and type coersion combination doesn't work

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #17079: btree_gin and type coersion combination doesn't work
Дата
Msg-id 746554.1625165021@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #17079: btree_gin and type coersion combination doesn't work  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> There are simple case when type coercion work with common btree index but
> doesn't work with btree_gin.

btree_gin doesn't bother to cover any cross-type operators.
That could possibly be fixed, but I think it'd be a pain
since the applicable cross-type operators would vary for
each data type btree_gin covers.

            regards, tom lane



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17079: btree_gin and type coersion combination doesn't work
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #17080: Postgre is used on the DBeaver