Return to Snippet

Revision: 27178
at May 26, 2010 13:03 by jonathanpglick


Initial Code
pg_dump dbname > filename.sql

Initial URL


Initial Description
**flags:**

* -c : include commands to clean (drop) database objects prior to creating them   
* -C : include commands to create the database itself   
* -U : user to connect as

Initial Title
Postgres SQL dump

Initial Tags


Initial Language
Bash