Changes between Version 10 and Version 11 of Download and load RHT topology
- Timestamp:
- Oct 5, 2011 11:46:18 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download and load RHT topology
v10 v11 88 88 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -h localhost -U postgres -p 5432 -f noeudmer_polygon.sql 89 89 90 Alter table noeudmer_polygon set schema rht;91 90 alter table rht.noeudmer add column noeudmer boolean; 91 update rht.noeudmer SET noeudmer='t' where noeudmer is null 92 92 update rht.noeudmer SET noeudmer='f' where id_drain in (select id_drain from rht.noeudmer n join rht.noeudmer_polygon p on st_contains(p.the_geom,n.the_geom) OR id_drain in ('215366','215406','215988','226746')); 93 93 }}}