Changes between Version 39 and Version 40 of dbeel


Ignore:
Timestamp:
Jan 2, 2011 8:56:10 PM (14 years ago)
Author:
cedric
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • dbeel

    v39 v40  
    6262changeset:2497 oria [[BR]] 
    6363there are some other fishes not integrated yet 
     64{{{ 
     65sauvegarde 
     66cd C:\eda\backup 
     67C:\"Program Files"\PostgreSQL\8.4\bin\pg_dump  -U postgres -p 5433 dbeel> dbeel_02012010.sql 
     68restauration 
     69C:\"Program Files"\PostgreSQL\8.4\bin\psql -U postgres -d dbeel -p 5433 -f dbeel_02012010.sql 
     70}}}