J'essaie d'utiliser ogr2ogr pour télécharger un fichier de formes vers une installation PostGres distante. Lorsque j'ai exécuté cette commande:
celenius:~ celenius$ ogr2ogr -f PostgreSQL PG:"host=255.34.00.00 user=postgres dbname=mydb password=***" Dropbox/data/roads.shp;
J'ai reçu le message d'erreur suivant:
Unable to find driver `PostgreSQL'.
The following drivers are available:
-> `ESRI Shapefile'
-> `MapInfo File'
-> `UK .NTF'
...
-> `SVG'
-> `CouchDB'
-> `Idrisi'
-> `ARCGEN'
-> `SEGUKOOA'
-> `SEGY'
(J'ai omis certains des pilotes car ils ne sont pas pertinents). Existe-t-il un moyen de mettre à jour ogr2ogr pour inclure PostgreSQL? J'utilise un Mac avec OS 10.7.4
brew install gdal --with-postgresql