Changes between Version 2 and Version 3 of CookBook EpA
- Timestamp:
- Mar 30, 2010 1:52:01 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook EpA
v2 v3 3 3 4 4 = Adding the shape files to the database = 5 Creating sql file 6 {{{ 7 CD C:\Documents and Settings\cedric\Mes documents\Migrateur\eda\peche_electrique_bretagne\Cédric_Stations IA ANG\Cédric_Stations IA ANG 8 C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 2154 Sta_IA_ANG_Bret_L93_CB ia.iabret > ia.sql 9 }}} 10 using psql to load the file 11 {{{ 12 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d ccm21_eda -h localhost -U postgres -p 5433 -f ia.sql 13 }}}