Changes between Version 35 and Version 36 of Noeud - parcours RHT
- Timestamp:
- Jan 5, 2012 3:32:39 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Noeud - parcours RHT
v35 v36 197 197 CREATE INDEX indexbdmap_rhtvs2 ON bdmap2009.bdmap_rhtvs2 198 198 USING GIST ( the_geom GIST_GEOMETRY_OPS ); 199 200 select count(*) from bdmap2009.bdmap_rhtvs2 ---10849 201 select count(*) from bdmap2009.station_geography ---11379 202 select count(*) from bdmap2009.station_geography where a_conserver='t' ---9323 203 select count(*) from bdmap2009.bdmap_rhtvs2 where a_conserver='t' ---9020 204 select count(*) from bdmap2009.station_geography where id_drain is not null and a_conserver='t' ---9144 (version 1 avec projection spatiale et id_bdcarthage) 199 205 }}} 200 206