[postgis-users] LWGEOM_gist_joinsel called with arguments that are not column references
Flavio Perri
FPERRI at it.ibm.com
Tue May 22 02:48:59 PDT 2007
Hello. I got this error (NOTICE: LWGEOM_gist_joinsel called with arguments
that are not column references ) when calling this query:
select * from pointTable a,lineTable l where point=... and
Intersects(l.the_geom,ellipse(X(a.point_geom),Y(a.point_geom),0.010,0.005,a.direction,50))
and ( ellipse(X(a.point_geom),Y(a.point_geom),0.010,0.005,a.direction,50)
&& l.the_geom ) where ... ;
What's wrong with this?
Flavio Perri
More information about the postgis-users
mailing list