I recently read that postgis 2.0 can use the index in order by clauses to find nearest neighbours of geometries. Is there also a way to use the index for queries like SELECT * FROM xy ORDER BY xmin(geom); ? Best regards, Melchior Moos _______________________________________________ postgis-users mailing list postgis-users@postgis.refractions.net http://postgis.refractions.net/mailman/listinfo/postgis-users
- [postgis-users] use index for "order by xmin(geom)"... Melchior Moos