Changes between Version 50 and Version 51 of CookBook join BDMAP_CCM
- Timestamp:
- Mar 1, 2010 1:35:49 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBook join BDMAP_CCM
v50 v51 48 48 And save the file as : stationsputf8 49 49 * 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.sql52 }}}53 50 '' notes '' 54 51 * use SRID 27572 if you want to keep the file in the current (LambertII) projection[[BR]] 55 52 so if you want to use the srid 27572 put : 56 53 {{{ 57 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d BDMAP -h localhost -U postgres -p 5433 - 54 C:\"Program Files"\PostgreSQL\8.4\bin\psql -d BDMAP -h localhost -U postgres -p 5433 -s 27572 -f stationsputf8.sql 58 55 }}} 59 56 * also I'm using 5433 port and you probably use 5432...