Changes between Version 42 and Version 43 of BDCarthage2011 into eda2.0_RHT


Ignore:
Timestamp:
Oct 25, 2011 4:23:04 PM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BDCarthage2011 into eda2.0_RHT

    v42 v43  
    170170        where nature !='Aqueduc, conduite forcée' and num_superp !=1 ) as toto 
    171171        group by id_bdcarth, distance, id_drain 
    172         order by id_bdcarth ;  ---393393 lines 
     172        order by id_bdcarth ;  ---393737 lines 
    173173CREATE INDEX indexrhtbdc 
    174174ON rht.rht_bdcarthage 
     
    181181select count(*) from bd_carthage2011.troncon_hydrographique  ---528422 lines 
    182182select count(*) from rht.rht  ---114601 lines 
    183 select count(*) from rht.rht_bdcarthage --- 393393 lines 
     183select count(*) from rht.rht_bdcarthage --- 393737 lines 
    184184 
    185185select id_drain from rht.rht_bdcarthage where id_drain not in select id_drain from rht.rht_bdcarthage;  --- 
     
    205205        where nature !='Aqueduc, conduite forcée' and num_superp !=1 ) as toto 
    206206        group by id_bdcarth, distance, id_drain 
    207         order by id_bdcarth ;  ---393393 lines 
    208 CREATE INDEX indexrhtbdc2 
     207        order by id_bdcarth ;  ---386254 lines 
     208CREATE INDEX indexrhtbdcb 
    209209ON rht.rht_bdcarthage2 
    210210USING btree (id_bdcarth);