Changes

Jump to navigation Jump to search
no edit summary
createdb -O ed_egan DBName
 
==Dumping and Restoring a Database==
 
This can be done in pgAdmin, but the commands are:
 
To dump a db:
pg_dump mydb > db.backup
 
To reload this database:
pg_restore -d DBName db.backup
Anonymous user

Navigation menu