Thread: user-defined type and rtree index

user-defined type and rtree index

From
Ilya Varlashkin
Date:
Hello

Assume I have some range-like(start,end) type, how can I enable 
rtree indexing for it? It's all what I need is to be able quickly
find appropriate range where given number belongs to.

I've read through documentation but found some info only on btree
strategy. Which operation on custom type must be defined to get
rtree index?

Thanks in advance!

-- 
Ilya Varlashkin