Skip to content

Instantly share code, notes, and snippets.

@moki9
Last active December 3, 2018 03:01
Show Gist options
  • Save moki9/f7d2e6f5ee7af02f608912e5b8913ed4 to your computer and use it in GitHub Desktop.
Save moki9/f7d2e6f5ee7af02f608912e5b8913ed4 to your computer and use it in GitHub Desktop.
postgres - dump table data - insert only
pg_dump -U user --column-inserts --data-only --table=table_name > table_name.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment