Why is box <-> point missing, and box <-> box not indexable?

Поиск
Список
Период
Сортировка
От Andrew Gierth
Тема Why is box <-> point missing, and box <-> box not indexable?
Дата
Msg-id 87oa4ynkxz.fsf@news-spur.riddles.org.uk
обсуждение исходный текст
Ответы Re: Why is box <-> point missing, and box <-> box not indexable?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
point <-> point, circle <-> point and polygon <-> point all exist as
orderable-by-operator operators (in fact they are the only ones by
default). But there's no box <-> point operator at all, and no index
support for box <-> box.

Was this intentional, or just a strange oversight?

-- 
Andrew (irc:RhodiumToad)



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Add hint for function named "is"
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Why is box <-> point missing, and box <-> box not indexable?