Re: Implied Functional index use (redux)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Implied Functional index use (redux)
Дата
Msg-id 15928.1170008219@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Implied Functional index use (redux)  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> I've thought further about this and I believe the problem is simpler than we
> were thinking previously. All we need is one boolean flag on the equality
> operator for the data type (or perhaps it would be more convenient to have it
> on the operator class) that indicates that two objects will never compare
> equal unless they're binary equal.

Well, we could simplify it that far, but that lets out float, numeric,
most or all of the geometry types, and I'm not too sure I care to
promise it for text either (think Unicode combining characters...).
So really that's too simple IMHO.
        regards, tom lane


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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Modifying and solidifying contrib
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: docbook question: how to center cell in tables ?