Skip to content

Instantly share code, notes, and snippets.

@luqmaan
Last active October 14, 2015 17:01
Show Gist options
  • Save luqmaan/d8e1a4e760d2db4eb749 to your computer and use it in GitHub Desktop.
Save luqmaan/d8e1a4e760d2db4eb749 to your computer and use it in GitHub Desktop.
psql copy command to csv command bash
psql -c "\copy (SELECT * FROM *) TO '/tmp/lol.csv' WITH CSV;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment