problem with COPY command

From: Alain Hermosilla Ringger <ahermosi(at)lonquensur(dot)cl>
To: pgsql-novice(at)postgresql(dot)org
Subject: problem with COPY command
Date: 2003-11-16 23:30:51
Message-ID: 3FB808AB.3010906@lonquensur.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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).

Thank you for your atention

Alain Hermosilla
ahermosi(at)lonquensur(dot)cl

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Daniel Staal 2003-11-16 23:50:17 Re: how to send scheduled email from PostgreSQL
Previous Message Andre Dubuc 2003-11-16 19:48:47 Re: Postmaster refuses to start