user-defined type and rtree index

From: Ilya Varlashkin <ilya(at)ripn(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: user-defined type and rtree index
Date: 1999-01-15 18:32:04
Message-ID: 199901151832.VAA21547@diamond.ripn.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthew C. Aycock 1999-01-15 19:09:26 Re: [HACKERS] CVS....
Previous Message aldev 1999-01-15 18:07:10 Compiling 6.4.2: Flex problem