logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: problem with COPY command: msg#00122

Subject: Re: problem with COPY command
Alain Hermosilla Ringger wrote:
> I have a problem to populate a database with the copy command
> 
> my write command are:
> 
> > COPY telefono FROM '/home/alain/Documents/prueba2.txt'
> >  WITH DELIMITER AS ',';
> 
> The pgsql server answer the following:
> 
> > ERROR:  COPY command, running in backend with effective uid 26, could 
> > not open file '/home/alain/Documents/prueba2.txt' for reading.  Errno 
> > = Permiso denegado (13).

COPY runs as the owner of the backend process, not of the client. You
can either give the backend owner permission to read the file or psql
\copy, which runs locally.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@xxxxxxxxxxxxxxxx               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@xxxxxxxxxxxxxx




Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>