Skip to content

Instantly share code, notes, and snippets.

@paganotoni
Created February 13, 2012 15:13
Show Gist options
  • Save paganotoni/1817512 to your computer and use it in GitHub Desktop.
Save paganotoni/1817512 to your computer and use it in GitHub Desktop.
PSQL Load from CSV
copy <table name> from '/Users/charlypalencia/Desktop/<file).csv' using delimiters ',';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment