Re: spatial index - Mailing list pgsql-novice

From Tom Lane
Subject Re: spatial index
Date
Msg-id 18345.1007045350@sss.pgh.pa.us
Whole thread Raw
In response to spatial index  (James Reid <james.reid@ed.ac.uk>)
List pgsql-novice
James Reid <james.reid@ed.ac.uk> writes:
> [ how to do a spatial index ]

Take a look at PostGIS, http://postgis.refractions.net.
Not sure that you want everything in there, but their
approaches to indexing might be useful.

BTW, there are nontrivial bug fixes for both rtree and gist
index types in 7.2, so you might want to run on latest 7.2
beta rather than 7.1.

            regards, tom lane

pgsql-novice by date:

Previous
From: ghaverla@freenet.edmonton.ab.ca
Date:
Subject: Re: spatial index
Next
From: "Josh Berkus"
Date:
Subject: Re: Where do I start