Re: answer my question, please!!!

Поиск
Список
Период
Сортировка
От chris
Тема Re: answer my question, please!!!
Дата
Msg-id 87iqv3ug7d.fsf@dba2.int.libertyrms.com
обсуждение исходный текст
Ответ на answer my question, please!!!  ("ria ulfa" <riakdr@gmail.com>)
Список pgsql-admin
riakdr@gmail.com ("ria ulfa") writes:
> i want to copy table from file with command:
>      COPY log FROM '/tmp/logfile.txt';
> but there is error:
>      ERROR: could not open file "/tmp/logfile.txt" for reading: Permission denied
> what can i do for repair this error??
> thanks for the answer..

It's worth observing that the louder the demands are in the subject
line, the less likely that people are to *want* to volunteer
assistance.

The problem here is that COPY accesses data as whatever Unix user is
running the database, typically "postgres" or "pgsql".

Presumably that user hasn't rights to access the file
"/tmp/logfile.txt".  Perhaps that needs to be changed.
--
select 'cbbrowne' || '@' || 'linuxfinances.info';
http://cbbrowne.com/info/lsf.html
Rules  of the  Evil Overlord  #145. "My  dungeon cell  decor  will not
feature exposed pipes.  While they add to the  gloomy atmosphere, they
are good  conductors of vibrations and  a lot of  prisoners know Morse
code." <http://www.eviloverlord.com/>

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

Предыдущее
От: "Aynur SANCAKLI"
Дата:
Сообщение: Re: unrecognized data type on dblink
Следующее
От: Kartik
Дата:
Сообщение: Query