ERROR: must be superuser to COPY to or from a file

Поиск
Список
Период
Сортировка
От Jorge Alberto
Тема ERROR: must be superuser to COPY to or from a file
Дата
Msg-id 67a412e40709281240u1866cf02g901b2b77ee293f31@mail.gmail.com
обсуждение исходный текст
Ответы Re: ERROR: must be superuser to COPY to or from a file  (Sean Davis <sdavis2@mail.nih.gov>)
Re: ERROR: must be superuser to COPY to or from a file  (Kamchybek Jusupov <kjusupov@gmail.com>)
Список pgsql-novice
Hello
I want to fill in a table from a file, but when I use the COPY command I get the following error:

mydb=> COPY weather FROM '/home/fideito/weather.txt';
ERROR:  must be superuser to COPY to or from a file
HINT:  Anyone can COPY to stdout or from stdin. psql's \copy command also works for anyone.

But, what can I do if I'm not root?



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

Предыдущее
От: Brent Friedman
Дата:
Сообщение: Why is my view ddl being altered by postgres?
Следующее
От: Sean Davis
Дата:
Сообщение: Re: ERROR: must be superuser to COPY to or from a file