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('','gisdb','the_geom','-1','MULTILINESTRING',2);<br>
works while in other<br>SELECT AddGeometryColumn('','gisdb','the_geom','-1','MULTIPOLYGON',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>