Changes between Initial Version and Version 1 of BDCarthage2011 into eda2.0_RHT


Ignore:
Timestamp:
Sep 16, 2011 5:21:50 PM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BDCarthage2011 into eda2.0_RHT

    v1 v1  
     1back to first page[..][[BR]] 
     2back to ["RHT"][[BR]] 
     3 
     4= Integrating BDCarthage2011 into eda2.0_RHT = 
     5{{{ 
     6---Céline 
     7D: 
     8cd D:\CelineJouanin\BDCarthage2011 
     9C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -U postgres -p 5432 -f COURS_D_EAU.sql 
     10C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -U postgres -p 5432 -f HYDROGRAPHIE_SURFACIQUE.sql 
     11C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -U postgres -p 5432 -f LAISSE.sql  
     12C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -U postgres -p 5432 -f NOEUD_HYDROGRAPHIQUE.sql  
     13C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -U postgres -p 5432 -f POINT_EAU_ISOLE.sql  
     14C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -U postgres -p 5432 -f REGION_HYDROGRAPHIQUE.sql  
     15C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -U postgres -p 5432 -f SECTEUR.sql  
     16C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -U postgres -p 5432 -f SOUS_SECTEUR.sql  
     17C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -U postgres -p 5432 -f TRONCON_HYDROGRAPHIQUE.sql  
     18C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0_RHT -U postgres -p 5432 -f ZONE_HYDROGRAPHIQUE.sql  
     19 
     20 
     21create schema bd_carthage2011; 
     22alter table cours_d_eau set schema bd_carthage2011; 
     23alter table hydrographie_surfacique set schema bd_carthage2011; 
     24alter table laisse set schema bd_carthage2011; 
     25alter table noeud_hydrographique set schema bd_carthage2011; 
     26alter table point_eau_isole set schema bd_carthage2011; 
     27alter table region_hydrographique set schema bd_carthage2011; 
     28alter table secteur set schema bd_carthage2011; 
     29alter table sous_secteur set schema bd_carthage2011; 
     30alter table troncon_hydrographique set schema bd_carthage2011; 
     31alter table zone_hydrographique set schema bd_carthage2011; 
     32}}}