Re: COPY question

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: COPY question
Дата
Msg-id 4CC0B077.7020700@iol.ie
обсуждение исходный текст
Ответ на COPY question  (Szymon Guz <mabewlun@gmail.com>)
Ответы Re: COPY question  (Szymon Guz <mabewlun@gmail.com>)
Список pgsql-general
On 21/10/2010 22:16, Szymon Guz wrote:
> Hi,
> I still get the same error while using COPY FROM 'file'. I have to pass
> the full directory for this to work, example:
>
> COPY first (a,b,c) FROM '1st_file.csv' with csv header delimiter ',';
> ERROR:  could not open file "1st_file.csv" for reading: No such file or
> directory
 >
> The same when I use: '.1st_file.csv' or './1st_file.csv'.
>
> No errors when I give the full path.

Yes, that's documented behaviour - you need to give the full path.


> Giving the full path is stupid, how can I use just the file name?

Why is it stupid?

Ray.



--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

В списке pgsql-general по дате отправления:

Предыдущее
От: Szymon Guz
Дата:
Сообщение: COPY question
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Gripe: bytea_output default => data corruption