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

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: ERROR: must be superuser to COPY to or from a file
Дата
Msg-id 231234.31398.qm@web31801.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: ERROR: must be superuser to COPY to or from a file  ("Jorge Alberto" <csnmgeek@gmail.com>)
Список pgsql-novice
--- Jorge Alberto <csnmgeek@gmail.com> wrote:

> correct syntax:
> mydb=> \copy weather FROM /home/fideito/weather.txt
>
> I have to delete the "" and the ";" to make it work.
> Do you know why is that?

my guess is that \copy is a psql command not a PostgreSQL command.

So \copy has different rules than than the syntax that PostgreSQL directly interprets.

Regards,
Richard Broersma Jr.

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

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