back to first page[..][[BR]] back to ["BDMAP"][[BR]] We got some problems with the version of BDMAP (export_BDMAP_pgsql_05022010.backup), all the values were = Download and load the data BDMAP from sauv_BDMAP_31072010.backup= I have created a new database : BDMAP2010[[BR]] There are columns : [[BR]] In cmd console :[[BR]] {{{ C:\"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;" cd C:\Program Files\PostgreSQL\8.4\bin\ pg_restore.exe --host localhost --port 5432 --username postgres --dbname "bdmap2010" --verbose "D:\CelineJouanin\BDMAP\sauv_BDMAP_31072010.backup" }}}