PostgreSQL'e bir shp dosyası almak istiyorum. Önce sql dosyası oluşturup PostgreSQL'i çalıştırıyorum. Sql dosyası oluşturmak için bu komutu windows cmd'de çalıştırıyorum:
shp2pgsql -s 4326 worldCountries.shp worldcountries postgres > worldcountries.sql
ve sonra çalıştırın:
psql -d postgres -U postgres -p 4321 -f worldcountries.sql
ama sonuç:
psql: worldcountries.sql: 21: HATA: işlev addGeometrycolumn (bilinmeyen, bilinmeyen, bilinmeyen, bilinmeyen, bilinmeyen, tamsayı) mevcut değil
"CREATE EXTENSION postgis;"
postgis.net/docs/… .