Re: intarray GiST index gets wrong answers for '{}' <@ anything

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: intarray GiST index gets wrong answers for '{}' <@ anything
Дата
Msg-id 2509.1565116966@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: intarray GiST index gets wrong answers for '{}' <@ anything  (Alexander Korotkov <a.korotkov@postgrespro.ru>)
Список pgsql-hackers
Alexander Korotkov <a.korotkov@postgrespro.ru> writes:
> Users, who likes existing behavior of handling <@ operator in intarray
> opclasses, may be advised to rewrite their queries as following.

> "col <@ const" => "col <@ const AND col && const"

Oh, that's a good suggestion --- it will work, and work reasonably
well, with either unpatched or patched intarray code; and also with
some future version that doesn't consider <@ indexable at all.

            regards, tom lane



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

Предыдущее
От: Ibrar Ahmed
Дата:
Сообщение: Re: block-level incremental backup
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [Proposal] Table-level Transparent Data Encryption (TDE) and KeyManagement Service (KMS)