pg_dump --no-owner --no-acl -Fc db > db.dump pg_dump --no-owner --no-acl --schema-only db > db.sql
pg_restore -Fc -C db.dump | psql
New comment
No comments:
Post a Comment
New comment