Skip to content

Commit

Permalink
Add clean flag to suggested pg_dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wrobel committed Nov 1, 2013
1 parent 4a5f8e2 commit 37b4483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Command-Line usage (recommended)

1. `PGPASSWORD=yourpass pg_dump -h localhost --column-inserts --quote-all-identifiers \`
`--no-acl --no-owner --format p --data-only dbname -f pgfile.sql`
`--clean --no-acl --no-owner --format p --data-only dbname -f pgfile.sql`

Additional documentation for `pg_dump` [here](http://www.postgresql.org/docs/9.3/static/app-pgdump.html)

Expand Down

0 comments on commit 37b4483

Please sign in to comment.