Changes between Version 9 and Version 10 of Download and load RHT topology


Ignore:
Timestamp:
Oct 5, 2011 11:02:37 AM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download and load RHT topology

    v9 v10  
    8989 
    9090Alter table noeudmer_polygon set schema rht; 
     91alter table rht.noeudmer add column noeudmer boolean; 
     92update 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')); 
    9193}}}