Bulk Insert and Export Data with csv Files with Postgres copy Command

InstructorTyler Clark

Share this video with your friends

Send Tweet

When working with databases, it seems inevitable that you will find yourself needing to export data from a table to send along to another team, company, or organization. Or vise versa, you have a file, possibly a csv, and you want to add all of it into your database. There are lots of options to do this but the easiest is by using the copy command in Postgres.