[postgis-devel] [PostGIS] #1412: ST_Intersects not using indices

PostGIS trac at osgeo.org
Wed Dec 28 14:23:22 PST 2011


#1412: ST_Intersects not using indices
----------------------+-----------------------------------------------------
 Reporter:  strk      |       Owner:  strk         
     Type:  defect    |      Status:  new          
 Priority:  critical  |   Milestone:  PostGIS 2.0.0
Component:  postgis   |     Version:  trunk        
 Keywords:            |  
----------------------+-----------------------------------------------------

Comment(by strk):

 Can't confirm myself ST_Intersect(vector,vector) being non-strict.
 To check:

 {{{
 select proname, proargnames, proisstrict from pg_proc where proname =
 'st_intersects';
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1412#comment:1>
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