Re: [HACKERS] Permission problem with COPY FROM

Поиск
Список
Период
Сортировка
От Nuchanach Klinjun
Тема Re: [HACKERS] Permission problem with COPY FROM
Дата
Msg-id Pine.OSF.4.10.9909151118490.1360-100000@johann.inet.co.th
обсуждение исходный текст
Ответ на Permission problem with COPY FROM  ("Stéphane FILLON" <fillons@offratel.nc>)
Ответы Re: [HACKERS] Permission problem with COPY FROM  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,

    I've faced that problem too, then I use '\copy' instread
of 'copy' because 'copy' command will asked for super user previlege.
example
^^^^^^ -> \copy '/your location/your filename' to tablename;

Cheers,

On Wed, 15 Sep 1999, [iso-8859-1] St�phane FILLON wrote:

> Hi,
>
> Each time I try to insert an ascii file with the COPY FROM command, I get the following message:
>
>  "ERROR: COPY command, running in backend with effective uid 501 (that's Postgres), could not open file
'/usr/local/.../cltclr001'for reading. Error: Permission not allowed (13)." 
>
> What rights do I have to put to process the COPY command inside PSQL.
>
> I have try nearly everything, actual rights: uog+rw even on the directory.
>
>
> What's wrong.
>
> Stephane FILLON
>

-----------------------------------------
Nuchanach  Klinjun
R&D Project. Internet Thailand
Email: nuchk@inet.co.th


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

Предыдущее
От: "Damond Walker"
Дата:
Сообщение: Re: [HACKERS] Performance of MIN() and MAX()
Следующее
От: Nuchanach Klinjun
Дата:
Сообщение: problem with SQLGetInfo