[Spanish] Importar tabla .dbf a postgis

Luis Franco Vázquez luis.frvz at gmail.com
Sat Aug 4 08:23:39 PDT 2012


Otra opción es que importes el dbf a csv y entonces no tendrás
problemas con el comando copy; o que uses un ETL, como pentaho; o que
uses ogr2ogr, que te permite pasar directamente de dbf a postgis,
ejemplo :
ogr2ogr -f "PostgreSQL" PG:"host=myserver user=myusername
dbname=mydbname password=mypassword" sometable.dbf -nln "sometable"

El día 4 de agosto de 2012 16:22, martinmaximilianoflores
<martinmaximilianoflores en yahoo.com.ar> escribió:
> Quantum GIS (al menos en la version 1.8) ,instala el complemento postgis
> manager, este toma la conexion que tengas hecha a postgis y tiene una opcion
> "import data" la cual solo te deja insertar en postgis tablas de DBF.
>
> Saludos
>
>
>
> --
> View this message in context: http://osgeo-org.1560.n6.nabble.com/Importar-tabla-dbf-a-postgis-tp4993132p4993148.html
> Sent from the OSGeo Spanish Local Chapter mailing list archive at Nabble.com.
> _______________________________________________
> Spanish mailing list
> http://lists.osgeo.org/mailman/listinfo/spanish
> http://es.osgeo.org
> http://twitter.com/osgeoes


More information about the Spanish mailing list