problem with COPY command

Поиск
Список
Период
Сортировка
От Alain Hermosilla Ringger
Тема problem with COPY command
Дата
Msg-id 3FB808AB.3010906@lonquensur.cl
обсуждение исходный текст
Ответы Re: problem with COPY command  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-novice
I have a problem to populate a database with the copy command

my write command are:

> COPY telefono FROM '/home/alain/Documents/prueba2.txt'
>  WITH DELIMITER AS ',';

The pgsql server answer the following:

> ERROR:  COPY command, running in backend with effective uid 26, could
> not open file '/home/alain/Documents/prueba2.txt' for reading.  Errno
> = Permiso denegado (13).


Thank you for your atention

Alain Hermosilla
ahermosi@lonquensur.cl






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

Предыдущее
От: Andre Dubuc
Дата:
Сообщение: Re: Postmaster refuses to start
Следующее
От: Daniel Staal
Дата:
Сообщение: Re: how to send scheduled email from PostgreSQL