<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 29, 2011, at 2:29 PM, Mr. Puneet Kishor wrote:</div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"><br></font>the data themselves are routine points, lines and polygons (MySQL allows defining POINT, LINE, POLYGON, or the all-encompassing GEOMETRY). Other than that, there are the usual MySQL->Pg mismatches such as `mediumint` and `enum`. I tried <br><br>`mysqldump --compatible=postgresql` but that doesn't go far enough. Hand editing of the export file seems to be required.<br></div></blockquote></div><br><div>How about generating insert statements compatible with postgresql, using wkt as the common format that you can then run on postgresql? </div></body></html>