Changes between Version 1 and Version 2 of Recette PostgreSQL pgDump


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Recette PostgreSQL pgDump

    v1 v2  
    1111C:\"Program Files"\PostgreSQL\8.4\bin\pg_restore -U postgres -p 5432 -C -f sauv_schema.dump 
    1212}}} 
    13  
     13Sauvegarde d'un schéma en clair (.sql)  
    1414{{{ 
    15 Sauvegarde d'un schéma en clair (.sql)  
    1615C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump  -U postgres --schema=iav -c BD_CONTMIG_NAT > sauv_schema.sql 
    1716}}}