Re: COPY command and required file permissions

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: COPY command and required file permissions
Дата
Msg-id 162867790806120728g1e2ec0e2s5126db773d50c3dd@mail.gmail.com
обсуждение исходный текст
Ответ на COPY command and required file permissions  ("Harold A. Giménez Ch." <harold.gimenez@gmail.com>)
Список pgsql-sql
2008/6/12 Harold A. Giménez Ch. <harold.gimenez@gmail.com>:
> Hi all,
> In migrating an application from sql server to Postgres, I created a ruby
> script that extracts csv files from sql server (from a windows box), then
> SCPs them into a directory (/home/ruby_process) on the server running
> Postgres (a Fedora core 8) and finally runs the Postgres COPY command for
> each of the csv files.
>
> When the script runs the COPY commnand, I get the following error (for the
> genders table):
>
> ERROR    C42501  M could not open file "/home/ruby_process/genders.csv" for
> reading: Permission denied     Fcopy.c L1694   RCopyFrom (RuntimeError)
>



> My question is, what are the set of permissions required to perform a
> postgres copy?

user postgres has to have access for read.

regards
Pavel Stehule

>
> I've set the permissions on the directory so that the postgres group owns
> the directory and has read and execute permissions, as follows:
> drwxrwxr-x 3 ruby_process postgres
>
> I have also tried moving the files to /tmp and performing the copy from
> there, unsuccesfuly.
>
> Any ideas would be appreciated. Thanks,
> -Harold
>
>

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

Предыдущее
От: "Harold A. Giménez Ch."
Дата:
Сообщение: COPY command and required file permissions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: COPY command and required file permissions