Hi All,<br><br>I am trying to perform an identity overlay where each point in a point layer gets a value from a polygon layer based on what polygon contains the point. I have come up with the following query which is working fairly well. 
<br>     UPDATE point_layer SET b250k_tag = polygon_layer.b250k_tag WHERE contains(polygon_layer.the_geom, point_layer.the_geom);<br><br>I am just wondering if other people have performed identity like overlays in PostGIS and is there a better / more efficient way to perform them?
<br><br>Thanks,<br>Aaron<br><br>+-------------------------------------------------<br>|  Aaron Koning<br>|  Information Technologist<br>|  Prince George, BC, Canada.<br>+-------------------------------------------------<br>
|  Flexible Internet Spatial Template:<br>|       <a href="http://fist-mapping.org">http://fist-mapping.org</a><br>+-------------------------------------------------