user-defined type and rtree index

Поиск
Список
Период
Сортировка
От Ilya Varlashkin
Тема user-defined type and rtree index
Дата
Msg-id 199901151832.VAA21547@diamond.ripn.net
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: aldev
Дата:
Сообщение: Compiling 6.4.2: Flex problem
Следующее
От: "Matthew C. Aycock"
Дата:
Сообщение: Re: [HACKERS] CVS....