[postgis-devel] [PostGIS] #1847: spgist 2d bindings for geometry

PostGIS trac at osgeo.org
Wed May 30 14:21:49 PDT 2012


#1847: spgist 2d bindings for geometry
-------------------------+--------------------------------------------------
 Reporter:  robe         |       Owner:  pramsey      
     Type:  enhancement  |      Status:  new          
 Priority:  high         |   Milestone:  PostGIS 2.1.0
Component:  postgis      |     Version:  2.0.x        
 Keywords:               |  
-------------------------+--------------------------------------------------
 Before I forget -- didn't see it on the list, and Paul you said you have
 it planned for 2.1.

 spgist is a new gist type supported in 9.2. We will start with just 2d
 support for 2.1 and perhaps later nd.

 Creating an spgist index would look like:

 {{{
 CREATE INDEX idx_edges_geom_spgist ON edges USING spgist (geom);
 }}}

 Details on spgist:
 http://www.pgcon.org/2011/schedule/events/309.en.html

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1847>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-devel mailing list