http://postgis.refractions.net/documentation/manual-1.4/ST_Within.html > boolean ST_Within(geometry A, geometry B); > Returns TRUE if geometry A is completely inside geometry B. I suggest that you just swap the arguments of the ST_Within function as a geometry will never be "completly inside" a point. -- Maxime