Re: Multicolumn Indexing using R-Tree - Mailing list pgsql-hackers

From Teodor Sigaev
Subject Re: Multicolumn Indexing using R-Tree
Date
Msg-id 401FF417.1060703@sigaev.ru
Whole thread Raw
In response to Multicolumn Indexing using R-Tree  (lima_caetano@yahoo.com.br (Marcio Caetano))
List pgsql-hackers
Try contrib/rtree_gist

Marcio Caetano wrote:
> Hello !
> 
> I'm using PostgreSQL 7.3.2 and I need to create a R-Tree index that
> uses more than one column in a table.
> 
> When I run the instruction it appears this message bellow:
> 
> DefineIndex: access method "rtree" does not support multi-column
> indexes
> 
> 
> How can I solve this problem ? 
> Is it a limitation of PostgreSQL or the R-Tree concept  ?
> 
> Thank you in advance.
> 
> Márcio Caetano.
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings

-- 
Teodor Sigaev                                  E-mail: teodor@sigaev.ru


pgsql-hackers by date:

Previous
From: "Nicolai Tufar"
Date:
Subject: Turkish Locale in Identifiers (contd.)
Next
From: Paul Ramsey
Date:
Subject: Re: Multicolumn Indexing using R-Tree