Skip to content

Instantly share code, notes, and snippets.

@jfgomez86
Created November 17, 2011 01:32
Show Gist options
  • Select an option

  • Save jfgomez86/1372099 to your computer and use it in GitHub Desktop.

Select an option

Save jfgomez86/1372099 to your computer and use it in GitHub Desktop.
Note to self about PostgreSQL's COPY
COPY table (each, f_ing, column, here, please, this, is, important!)
FROM '/Users/jfgomez86/the_f_ing.csv'
WITH CSV HEADER;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment