Hi,<br>I am trying to convert my shape files to postgre files. After getting sql file, postgre got struck by not recognising addgeometrycolumn function.In one of my files--<br>SELECT AddGeometryColumn(&#39;&#39;,&#39;gisdb&#39;,&#39;the_geom&#39;,&#39;-1&#39;,&#39;MULTILINESTRING&#39;,2);<br>
works while in other<br>SELECT AddGeometryColumn(&#39;&#39;,&#39;gisdb&#39;,&#39;the_geom&#39;,&#39;-1&#39;,&#39;MULTIPOLYGON&#39;,2);<br>doesnt work.<br>Also I m unable to find lat long from successfully generated file.<br>
Please help me out urgently.<br><br>Regards<br>Mukul.<br>