Skip to content

Instantly share code, notes, and snippets.

@ewalk153
Created August 28, 2014 11:52
Show Gist options
  • Select an option

  • Save ewalk153/7a64be4bdbafc348e1c6 to your computer and use it in GitHub Desktop.

Select an option

Save ewalk153/7a64be4bdbafc348e1c6 to your computer and use it in GitHub Desktop.
backup one postgres tables as CSV, compressed
time psql DBNAME -F , --no-align -c "SELECT * FROM TABLE" | gzip -9 > table_backup.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment