Changes between Initial Version and Version 1 of Download and load BDMAP


Ignore:
Timestamp:
Aug 9, 2010 11:22:27 AM (15 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download and load BDMAP

    v1 v1  
     1back to first page[..][[BR]] 
     2back to ["BDMAP"][[BR]] 
     3 
     4We got some problems with the version of BDMAP (export_BDMAP_pgsql_05022010.backup), all the values were  
     5= Download and load the data BDMAP from sauv_BDMAP_31072010.backup= 
     6 
     7I have created a new database : BDMAP2010[[BR]] 
     8There are columns : [[BR]] 
     9 
     10In cmd console :[[BR]] 
     11{{{ 
     12C:\"Program Files"\PostgreSQL\8.4\bin\psql -p 5432 -U postgres -c "CREATE DATABASE bdmap2010  WITH OWNER = postgres  template=postgis ENCODING = 'UTF8'  LC_COLLATE = 'French_France.1252'  LC_CTYPE = 'French_France.1252' CONNECTION LIMIT = -1;" 
     13cd C:\Program Files\PostgreSQL\8.4\bin\ 
     14pg_restore.exe --host localhost --port 5432 --username postgres --dbname "bdmap2010" --verbose "D:\CelineJouanin\BDMAP\sauv_BDMAP_31072010.backup" 
     15}}}