[postgis-tickets] [PostGIS] #2543: invalid join selectivity error from simple query
PostGIS
trac at osgeo.org
Mon Jun 1 06:20:12 PDT 2015
#2543: invalid join selectivity error from simple query
---------------------------+---------------------------
Reporter: paulfriedman | Owner: pramsey
Type: defect | Status: reopened
Priority: high | Milestone: PostGIS 2.1.6
Component: postgis | Version: 2.1.x
Resolution: | Keywords:
---------------------------+---------------------------
Comment (by remic):
Some more debug :
The error comes from the && operator
-------------------------------
SELECT *
FROM bdtopo_topological.face AS f
, bdtopo_topological.node AS n
WHERE
n.geom && f.mbr
-------------------------------
Using _st_intersects works fine (here : no result )
Cheers,
Rémi-C
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2543#comment:21>
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-tickets
mailing list