user-defined type and rtree index - Mailing list pgsql-hackers

From Ilya Varlashkin
Subject user-defined type and rtree index
Date
Msg-id 199901151832.VAA21547@diamond.ripn.net
Whole thread Raw
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: aldev
Date:
Subject: Compiling 6.4.2: Flex problem
Next
From: "Matthew C. Aycock"
Date:
Subject: Re: [HACKERS] CVS....