Skip to content

Instantly share code, notes, and snippets.

@eric-pommereau
Last active August 29, 2015 14:06
Show Gist options
  • Save eric-pommereau/18ba46ea5b32a387664d to your computer and use it in GitHub Desktop.
Save eric-pommereau/18ba46ea5b32a387664d to your computer and use it in GitHub Desktop.
# ONLY schemas and only table PATTERN "flight_*" FROM database db_flight INTO dump.txt file
pg_dump -s -t flight_* db_flight >dump.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment