Thread: Import CSV files

Import CSV files

From
"Luis F. Araya"
Date:
Does anyone can tell me if theres a way to import csv (comma separated 
values) files to a Postgres table



Re: Import CSV files

From
Andreas Pflug
Date:
Luis F. Araya wrote:
> Does anyone can tell me if theres a way to import csv (comma separated 
> values) files to a Postgres table

Use psql and the pgsql 8.0 COPY command. Currently, this isn't currently 
supported in pgadmin3 (we *do* have export).

Regards,
Andreas