Skip to content

Instantly share code, notes, and snippets.

@devStepsize
Last active March 28, 2019 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save devStepsize/2e855376ae6958c4a6d5 to your computer and use it in GitHub Desktop.
Save devStepsize/2e855376ae6958c4a6d5 to your computer and use it in GitHub Desktop.
PostgreSQL pg_dump syntax for a single table
pg_dump -Fc -v -U user_name -d db_name -t table_name > /path/to/file.bak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment