Je veux importer un fichier shp dans postgreSQL. Tout d'abord, je crée un fichier sql, puis j'exécute PostgreSQL. Pour créer un fichier sql, j'exécute cette commande dans windows cmd:
shp2pgsql -s 4326 worldCountries.shp worldcountries postgres > worldcountries.sql
puis exécutez:
psql -d postgres -U postgres -p 4321 -f worldcountries.sql
mais le résultat est:
psql: worldcountries.sql: 21: ERREUR: la fonction addGeometrycolumn (inconnu, inconnu, inconnu, inconnu, inconnu, entier) n'existe pas
"CREATE EXTENSION postgis;"
postgis.net/docs/… .