How should I import data from CSV into a Postgres table using pgAdmin 3?

abhim picture abhim · Oct 16, 2013 · Viewed 162.1k times · Source

Is there any plugin or library which I need to use for this? I want to try this on my local system first and then do the same on Heroku Postgresql

Answer

Tomas Greif picture Tomas Greif · Oct 16, 2013

pgAdmin has GUI for data import since 1.16. You have to create your table first and then you can import data easily - just right-click on the table name and click on Import.

enter image description here

enter image description here