Ohkay that worked!!<br>Thanks<br><br><div class="gmail_quote">On Sat, May 12, 2012 at 5:48 PM, Sandro Santilli <span dir="ltr"><<a href="mailto:strk@keybit.net" target="_blank">strk@keybit.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Sat, May 12, 2012 at 03:53:45PM +0530, abhishek bansal wrote:<br>
<br>
> Error (ERROR:  function force_2d(geometry) does not exist<br>
> LINE 1: select encode(AsBinary(force_collection(force_2d("geom")),'N...<br>
>                                                 ^<br>
<br>
</div>Actually not even AsBinary and force_collection exist, all PostGIS<br>
functions got an ST_ prefix, so :<br>
<br>
encode(ST_AsBinary(ST_force_collection(ST_force_2d("geom")),'N...<br>
<div class="im"><br>
> my postgres version is 9.0, gdal 1.8, i am using MS4W on windows 7<br>
<br>
</div>It is PostGIS version that matters: select postgis_full_version().<br>
You'd have a better experience if you stop using windows, btw.<br>
<div class="im"><br>
> This shape file was working perfectly on PostGIS 1.5 but now its not<br>
> working on version 2.<br>
<br>
</div>Expected, due to the ST_ prefix.<br>
See the release notes in the manual page and the NEWS file in the<br>
source tree (I'm guessing you'll find info in there).<br>
<br>
There is a legacy.sql file you can load to add some obsoleted<br>
functions back for the sake of still supporting not-yet-ready<br>
users code, if you can't update it.<br>
<br>
--strk;<br>
<br>
  ,------o-.<br>
  |   __/  |    Delivering high quality PostGIS 2.0 !<br>
  |  / 2.0 |    <a href="http://strk.keybit.net" target="_blank">http://strk.keybit.net</a> - <a href="http://vizzuality.com" target="_blank">http://vizzuality.com</a><br>
  `-o------'<br>
<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto: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>
</blockquote></div><br><br clear="all"><br>-- <br>Thanks & Regards,<br>Abhishek Bansal<br><a href="http://abhishekbansal.miyuri.com" target="_blank">http://abhishekbansal.miyuri.com</a><br>Jaypee Institute of Information Technology, Noida<br>
<br><br>