Changes between Version 20 and Version 21 of Recette PostgreSQL pgDump


Ignore:
Timestamp:
Mar 22, 2010 4:09:14 PM (15 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Recette PostgreSQL pgDump

    v20 v21  
    3838{{{ 
    3939CD C:\base 
    40 C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump  -host localhost --port 5433 --username postgres --create --excluse-schema=inra BD_CONTMIG_NAT > BD_CONTMIG_NAT22_03_2010.sql 
     40C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump --host localhost --port 5433 --username postgres --create --exclude-schema=inra BD_CONTMIG_NAT > BD_CONTMIG_NATiav22_03_2010.sql 
    4141}}} 
    4242Restauration de la base donnée 
     
    4444CD C:\base 
    4545C:\"Program Files"\PostgreSQL\8.4\bin\psql -U postgres -f BD_CONTMIG_NAT22_03_2010.sql 
     46CD C:\base 
     47C:\"Program Files"\PostgreSQL\8.4\bin\psql -U postgres -f BD_CONTMIG_NATiav22_03_2010.sql 
    4648}}} 
    4749