Skip to content

Instantly share code, notes, and snippets.

@odlp
Created August 21, 2014 09:04
Show Gist options
  • Save odlp/6504ffbc25683fa8e1a3 to your computer and use it in GitHub Desktop.
Save odlp/6504ffbc25683fa8e1a3 to your computer and use it in GitHub Desktop.
Useful postgresql commands
# Export table to CSV from psql:
COPY table_name TO 'filepath' WITH DELIMITER AS ',' CSV HEADER;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment