Re: answer my question, please!!!

From: "Ewald Geschwinde" <egeschwinde(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: answer my question, please!!!
Date: 2008-07-18 09:38:21
Message-ID: cf42ed390807180238v3a3fa68djd7e91306a333256d@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

2008/7/18 ria ulfa <riakdr(at)gmail(dot)com>:

> i want to copy table from file with command:
> COPY log FROM '/tmp/logfile.txt';
> but there is error:
> ERROR: could not open file "/tmp/logfile.txt" for reading: Permission
> denied
> what can i do for repair this error??
> thanks for the answer..
>

you should use a user which can read this file or change permissions
this is not a postgres problem

--
Ewald Geschwinde

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Tino Schwarze 2008-07-18 11:30:26 Re: answer my question, please!!!
Previous Message ria ulfa 2008-07-18 09:29:42 answer my question, please!!!