From: | Raymond O'Donnell <rod(at)iol(dot)ie> |
---|---|
To: | Ivano Luberti <luberti(at)archicoop(dot)it> |
Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: COPY command question |
Date: | 2009-03-17 14:58:37 |
Message-ID: | 49BFBA9D.3020106@iol.ie |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 17/03/2009 14:45, Ivano Luberti wrote:
> Hi all, executing the following command inside pgAdmin on my Windows
> Vista (please avoid comment, I pray you) :
>
> copy anagrafica_import from 'c:\\temp\\anagraficaANIDIs.csv' WITH CSV
Try putting an 'E' in front of the path, like this:
....from E'c:\\temp\\anagraficaANIDIs.csv' with csv;
Also, remember that the file needs to be on the same machine as the
server; if you're running pgAdmin on a different machine, this won't work.
HTH,
Ray.
------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod(at)iol(dot)ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Ivano Luberti | 2009-03-17 15:04:16 | Re: COPY command question |
Previous Message | adam.slachta | 2009-03-17 14:55:47 | UPDATE of several columns using SELECT statement |