Changes between Version 19 and Version 20 of CookBook join RHT-BDMAP


Ignore:
Timestamp:
Sep 29, 2011 6:08:47 PM (14 years ago)
Author:
celine
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CookBook join RHT-BDMAP

    v19 v20  
    7373st_codecsp IN ('06210010','05405071','05645242','05471015','05245023','03580002','03760112','05332023','05330018','06250227','05630038','05470066','03500175','06250317,'03580002','06690101','03760112') 
    7474}}} 
     75 
     76 
     77== BDMAP with data from 2009 == 
     78{{{ 
     79create schema bdmap2009; 
     80cd C:\Program Files\PostgreSQL\8.4\bin\ 
     81pg_restore.exe --host localhost --port 5432 --username postgres --dbname "bdmap2009" --verbose "D:\CelineJouanin\BDMAP\bdmap20110803.backup" 
     82}}}