Version 3 (modified by cedric, 15 years ago) (diff) |
---|
back to first page ..
back to Recipes for EDA CookBook Eda
Adding the shape files to the database ¶
Creating sql file
CD C:\Documents and Settings\cedric\Mes documents\Migrateur\eda\peche_electrique_bretagne\Cédric_Stations IA ANG\Cédric_Stations IA ANG C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 2154 Sta_IA_ANG_Bret_L93_CB ia.iabret > ia.sql
using psql to load the file
C:\"Program Files"\PostgreSQL\8.4\bin\psql -d ccm21_eda -h localhost -U postgres -p 5433 -f ia.sql