Changes between Version 42 and Version 43 of BDCarthage2011 into eda2.0_RHT
- Timestamp:
- Oct 25, 2011 4:23:04 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BDCarthage2011 into eda2.0_RHT
v42 v43 170 170 where nature !='Aqueduc, conduite forcée' and num_superp !=1 ) as toto 171 171 group by id_bdcarth, distance, id_drain 172 order by id_bdcarth ; ---393 393lines172 order by id_bdcarth ; ---393737 lines 173 173 CREATE INDEX indexrhtbdc 174 174 ON rht.rht_bdcarthage … … 181 181 select count(*) from bd_carthage2011.troncon_hydrographique ---528422 lines 182 182 select count(*) from rht.rht ---114601 lines 183 select count(*) from rht.rht_bdcarthage --- 393 393lines183 select count(*) from rht.rht_bdcarthage --- 393737 lines 184 184 185 185 select id_drain from rht.rht_bdcarthage where id_drain not in select id_drain from rht.rht_bdcarthage; --- … … 205 205 where nature !='Aqueduc, conduite forcée' and num_superp !=1 ) as toto 206 206 group by id_bdcarth, distance, id_drain 207 order by id_bdcarth ; ---3 93393lines208 CREATE INDEX indexrhtbdc 2207 order by id_bdcarth ; ---386254 lines 208 CREATE INDEX indexrhtbdcb 209 209 ON rht.rht_bdcarthage2 210 210 USING btree (id_bdcarth);