Ticket #1847 (new enhancement)

Opened 13 months ago

Last modified 3 months ago

spgist 2d bindings for geometry

Reported by: robe Owned by: pramsey
Priority: high Milestone: PostGIS Future
Component: postgis Version: trunk
Keywords: Cc:

Description

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

Change History

Changed 13 months ago by robe

  • version changed from 2.0.x to trunk

Changed 3 months ago by pramsey

  • milestone changed from PostGIS 2.1.0 to PostGIS Future
Note: See TracTickets for help on using tickets.