Changes between Version 9 and Version 10 of Download and load RHT topology
- Timestamp:
- Oct 5, 2011 11:02:37 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Download and load RHT topology
v9 v10 89 89 90 90 Alter table noeudmer_polygon set schema rht; 91 alter table rht.noeudmer add column noeudmer boolean; 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')); 91 93 }}}