|
|
| · · · · · · · | |
|
Re: Import CSV files
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
|