Обсуждение: Import CSV files

Поиск
Список
Период
Сортировка

Import CSV files

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



Re: Import CSV files

От
Andreas Pflug
Дата:
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