Changes between Version 50 and Version 51 of CookBook join BDMAP_CCM


Ignore:
Timestamp:
Mar 1, 2010 1:35:49 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join BDMAP_CCM

    v50 v51  
    4848And save the file as : stationsputf8 
    4949  * then we use psql to restore the file while connecting to BDMAP ... change the port if necessary (celine : 5432) 
    50 {{{ 
    51 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d BDMAP -h localhost -U postgres -p 5433 -f stationsputf8.sql  
    52 }}} 
    5350  '' notes '' 
    5451  * use SRID 27572 if you want to keep the file in the current (LambertII) projection[[BR]] 
    5552    so if you want to use the srid 27572 put :  
    5653{{{ 
    57 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d BDMAP -h localhost -U postgres -p 5433 - s 27572 -f stationsputf8.sql  
     54C:\"Program Files"\PostgreSQL\8.4\bin\psql -d BDMAP -h localhost -U postgres -p 5433 -s 27572 -f stationsputf8.sql  
    5855}}} 
    5956  * also I'm using 5433 port and you probably use 5432...