Re: On Postgres and permissions, cant read a file into a table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: On Postgres and permissions, cant read a file into a table
Дата
Msg-id 11336.985538887@sss.pgh.pa.us
обсуждение исходный текст
Ответ на On Postgres and permissions, cant read a file into a table  (Lars Forseth <larsf@powertech.no>)
Список pgsql-novice
Lars Forseth <larsf@powertech.no> writes:
> "COPY "Gravtype" FROM '/home/larsf/DATA/gravtype.txt' USING DELIMITERS '"'

> PostgreSQL error mesage:
> ERROR: COPY command, running in backend with effective uid 26 could not open
> file '/home/larsf/DATA/gravtype.txt' for reading. Errno = Permission denied
> (13)."

Are the permissions on /home/larsf and /home/larsf/DATA set to allow
user postgres to do lookups in those directories?

            regards, tom lane

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

Предыдущее
От: Lars Forseth
Дата:
Сообщение: On Postgres and permissions, cant read a file into a table
Следующее
От: Tom Lane
Дата:
Сообщение: Re: how do I CHECK 'field only contains characters 0-9 or space?'