Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjb/e908e7938050f1b598aad6ca30bee29a to your computer and use it in GitHub Desktop.
Save jjb/e908e7938050f1b598aad6ca30bee29a to your computer and use it in GitHub Desktop.
pg_dump --schema-only --no-privileges --no-owner DBNAME | awk 'RS="";/CREATE TABLE[^;]*;/' > DBNAME.sql
@jjb
Copy link
Author

jjb commented Jul 5, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment