copy import csv problem

Поиск
Список
Период
Сортировка
От Peter Lowman
Тема copy import csv problem
Дата
Msg-id 3CB8B6BA.6030605@bigpond.com
обсуждение исходный текст
Ответы Re: copy import csv problem  ("Joshua b. Jore" <josh@greentechnologist.org>)
Список pgsql-novice
Have only just installed RH7.2 and pgsql

I'm trying to import an access csv file have already setup db with
necessary columns.

COPY wests from '/home/peter/wests.csv' using delimiters ';';

ERROR: COPY command, running in background with effective uid 26, could
not open file '/home/peter/wests.csv' for reading. Errno = Permission
denied (13).

I can view the file with editors etc.  I'v tried su postgres, same result.

How can can I get permission?

Peter


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

Предыдущее
От: "Pierre-Alexis Paquin"
Дата:
Сообщение: Problem in postgresql installation
Следующее
От: "Joshua b. Jore"
Дата:
Сообщение: Re: Referential Integrity