<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">try something like<br><br>select placename from table where ST_Contains(geom,point);<br> <br>This will return the placename for all polygons (geom) which contain the specified point.<br><br>HTH,<br><br>   Brent Wood<br><br><br>--- On <b>Mon, 11/7/11, Torsten Mohr <i><tmohr@s.netic.de></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Torsten Mohr <tmohr@s.netic.de><br>Subject: [postgis-users] Query: find the country of a location / city<br>To: postgis-users@postgis.refractions.net<br>Date: Monday, November 7, 2011, 4:49 AM<br><br><div class="plainMail">Hello,<br><br>i search for a SQL query that lets me find the country of a given location <br>(mercaator latitude / longitude) or a city name.<br><br>Can anybody give me a hint on how to formulate such a
 query?<br><br><br>Thanks for any hints,<br>Torsten.<br>_______________________________________________<br>postgis-users mailing list<br><a ymailto="mailto:postgis-users@postgis.refractions.net" href="/mc/compose?to=postgis-users@postgis.refractions.net">postgis-users@postgis.refractions.net</a><br><a href="http://postgis.refractions.net/mailman/listinfo/postgis-users" target="_blank">http://postgis.refractions.net/mailman/listinfo/postgis-users</a><br></div></blockquote></td></tr></table>