Re: Implied Functional Index use

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas DCP SD
Тема Re: Implied Functional Index use
Дата
Msg-id E1539E0ED7043848906A8FF995BDA579012B3E36@m0143.s-mxs.net
обсуждение исходный текст
Ответ на Re: Implied Functional Index use  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-hackers
> > > - add a new boolean to pg_operator to allow us to define which
> > > operators offer true equality ...
> >
> > This would be useful for other purposes too, as we keep coming up
> > against "what's the equality operator for this datatype" problems.
> > However, the restriction to "true" equality, such that we can assume
x
> > = y implies f(x) = f(y) for every immutable function f on the
datatype

Maybe we could have a tri (or more) state flag for the equality
operators.

' ' .. not an equality op
'e' .. equality
's' .. strict equality (op only true iff the binary representation is
equal)

Andreas


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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: pre_load_libraries
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Implied Functional Index use