Created
November 17, 2011 01:32
-
-
Save jfgomez86/1372099 to your computer and use it in GitHub Desktop.
Note to self about PostgreSQL's COPY
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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