Re: [GENERAL] user-interface to upload csv files

2011-10-06 Thread Albe Laurenz
Robert Buckley wrote: > I am having problems getting csv files into postgres. Does anyone know if > there is an opensource user- > interface to tackle this? Did you try the COPY command (or \copy in psql)? Yours, Laurenz Albe -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org

Re: [GENERAL] user-interface to upload csv files

2011-10-05 Thread Craig Ringer
On 10/06/2011 01:47 PM, Robert Buckley wrote: Hi, I am having problems getting csv files into postgres. Does anyone know if there is an opensource user-interface to tackle this? If it's a well-behaved CSV file, use the COPY command or psql's \copy. For more complicated work, use an ETL tool l

[GENERAL] user-interface to upload csv files

2011-10-05 Thread Robert Buckley
Hi, I am having problems getting csv files into postgres. Does anyone know if there is an opensource user-interface to tackle this? yours, Rob