CAD file usually contains lot of different types of objects (points, polygons, lines ..., text) in one file.<br>In PostGIS You should have one geometry type per one PostGIS table, so You need to split them.<br><br>After splitting, I would recommend to convert them in to ESRI Shapefiles (by ogr2ogr, or other GIS apps).<br>
You can load all Shapefiles in to PostGIS by shp2psql script.<br><br>Ivan  <br><br><br><br><div class="gmail_quote">On Fri, Jan 23, 2009 at 8:01 AM, Gabriel Messner <span dir="ltr"><<a href="mailto:gabmessner@gmail.com">gabmessner@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I have to load one thousand CAD files to Postgis, but I donīt know how to deal with this issue.<br>
<br>Any help will be appreciated....<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>
<br></blockquote></div><br>