Skip to content

Instantly share code, notes, and snippets.

@tsundara
Created January 29, 2017 06:53
Show Gist options
  • Save tsundara/240f0835f3ca2d1af3bc144dd0d9c16b to your computer and use it in GitHub Desktop.
Save tsundara/240f0835f3ca2d1af3bc144dd0d9c16b to your computer and use it in GitHub Desktop.
Postgres Commands
#Export data to csv
\copy usertable to 'filename.csv' csv header
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment