Changes between Version 40 and Version 41 of CookBook join BDMAP_CCM v2


Ignore:
Timestamp:
Nov 9, 2010 3:53:29 PM (14 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join BDMAP_CCM v2

    v40 v41  
    116116}}} 
    117117at this stage it is usefull to check the geometry column table and correct it eventually 
    118 === 32. project stationsp2 again === 
     118=== 32. project stationsp2 again and get table of all projections within 300 === 
    119119 
    120120Some stations were missing... 
     
    159159CREATE INDEX indexbd_map_bd_carthage ON bd_map_bd_carthage 
    160160  USING GIST ( the_geom GIST_GEOMETRY_OPS ); 
     161}}} 
    161162 
     163=== 33. Saving back table stationsp2 from bd_carthage to eda === 
     164 
     165{{{ 
     166cd C:\eda\backup 
     167C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump  -U postgres -p 5433 -t bd_map_bd_carthage bd_carthage> bd_map_bd_carthage.sql 
     168C:\"Program Files"\PostgreSQL\8.4\bin\psql -d eda2.0 -p 5433 -U postgres -f bd_map_bd_carthage.sql 
     169REM une erreur quand il essaye de mettre le schéma bd_map mais là on a pas besoin d'avoir les données dans un schéma 
    162170}}} 
    163171