Changes between Version 8 and Version 9 of Download and load RHT topology
- Timestamp:
- Oct 5, 2011 9:58:35 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download and load RHT topology
v8 v9 82 82 One id_drain without topology : id_drain=30000 [[BR]] 83 83 Some problem with the downstream node see D:\!CelineJouanin\RHT_Estimkart\RHT problems --> en cours de résolution avec Hervé [[BR]] 84 {{{ 85 d: 86 cd D:\CelineJouanin\EDA20RHT 87 C:\"Program Files"\PostgreSQL\8.4\bin\shp2pgsql -s 3035 -c -g the_geom -W LATIN1 -I noeudmer_polygon.shp noeudmer_polygon > noeudmer_polygon.sql 88 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f noeudmer_polygon.sql 84 89 90 Alter table noeudmer_polygon set schema rht; 91 }}}