ogr2ogr을 사용하여 shapefile을 원격 PostGres 설치에 업로드하려고합니다. 이 명령을 실행할 때 :
celenius:~ celenius$ ogr2ogr -f PostgreSQL PG:"host=255.34.00.00 user=postgres dbname=mydb password=***" Dropbox/data/roads.shp;
다음과 같은 오류 메시지가 나타납니다.
Unable to find driver `PostgreSQL'.
The following drivers are available:
-> `ESRI Shapefile'
-> `MapInfo File'
-> `UK .NTF'
...
-> `SVG'
-> `CouchDB'
-> `Idrisi'
-> `ARCGEN'
-> `SEGUKOOA'
-> `SEGY'
(나는 관련이 없기 때문에 일부 드라이버를 생략했습니다). PostgreSQL을 포함하도록 ogr2ogr을 업데이트 할 수있는 방법이 있습니까? OS 10.7.4에서 Mac을 사용하고 있습니다
brew install gdal --with-postgresql