Changes between Version 3 and Version 4 of ROE download and load


Ignore:
Timestamp:
Apr 9, 2010 9:47:10 AM (15 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ROE download and load

    v3 v4  
    3636cd C:\Program Files\PostgreSQL\8.4\bin\pg_restore.exe --host localhost --port 5432 --username postgres --dbname "ROE" --verbose "C:\Celine Jouanin\workspace\EDAData\dataEDAcommun\barrage\geobs_sans_image_2010_01_08.backup" 
    3737}}} 
     38 
     39 
     40New database with the backup roe_2010_03_01 
     41This database is called I'll called this new version roe2010 
     42{{{ 
     43REM================================================ 
     44REM Copier coller les commandes dans une invite de commande 
     45- Ouvrir une fenêtre d'Invite de commandes : 
     461) Cliquez sur Démarrer/Exécuter... 
     472) Dans la zone de texte Ouvrir : saisissez : cmd et validez par OK. 
     48REM================================================ 
     49 
     50REM================================================ 
     51REM Script pour Céline (la connexion change - p 5432) 
     52REM================================================ 
     53REM Création de la base de donnée 
     54REM correspond au point 1 de http://62.160.92.241:8066/trac/wiki/CookBook%20shptopostgres 
     55C:\"Program Files"\PostgreSQL\8.4\bin\psql -p 5432 -U postgres -c "CREATE DATABASE ROE2010  WITH OWNER = postgres  template=postgis ENCODING = 'UTF8'  LC_COLLATE = 'French_France.1252'  LC_CTYPE = 'French_France.1252' CONNECTION LIMIT = -1;" 
     56cd C:\Program Files\PostgreSQL\8.4\bin\ 
     57pg_restore.exe --host localhost --port 5432 --username postgres --dbname "ROE2010" --verbose "D:\Celine Jouanin\ROE2010\roe_2010_03_01.backup" 
     58}}} 
     59 
     60A new table has been added in this new database in public : departements_www