Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save davedavis/cbe4def011eaed3e78197b49c9343b8c to your computer and use it in GitHub Desktop.
Save davedavis/cbe4def011eaed3e78197b49c9343b8c to your computer and use it in GitHub Desktop.
Copy large CSV into POSTGRES table
psql -d core -U dave -c "\copy saps from /home/dave/Desktop/SAPS/data.csv delimiter ',' csv header;"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment