Version 3 (modified by celine, 14 years ago) (diff) |
---|
back to first page..
back to Gis Structures
RHT Réseau Hydrographique Théorique
Integrating data into postgre
--Celine D: cd D:\IAV\eda\couches_SIG\BD_carthage_2010\FranceEntiere C:\"Program Files"\PostgreSQL\8.4\bin\psql -h 192.168.1.104 -p 5432 -U postgres -c "CREATE DATABASE rht WITH OWNER = postgres template=postgis;" C:\"Program Files"\PostgreSQL\8.4\bin\psql -h 192.168.1.104 -p 5432 -U postgres -c "COMMENT ON DATABASE rht IS 'database reseau hydrologique theorique reprojette en ETRS1989'" C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 27572 -c -g the_geom -W LATIN1 -I rht> rht.sql C:\"Program Files"\PostgreSQL\8.4\bin\psql -d bd_carthage2010 -U postgres -h 192.168.1.104 -p 5432 -f rht.sql