COPY failure on directory I own - Mailing list pgsql-general

From Rich Shepard
Subject COPY failure on directory I own
Date
Msg-id alpine.LNX.2.00.1108301011080.13948@salmo.appl-ecosys.com
Whole thread Raw
Responses Re: COPY failure on directory I own
List pgsql-general
   I need to understand why this command fails:

nevada=# copy statdata to
'/home/rshepard/projects/nevada/queenstake/stats/chem.csv' with delimiter '|'
null as 'NA' CSV HEADER;
ERROR:  could not open file
"/home/rshepard/projects/nevada/queenstake/stats/chem.csv" for writing:
Permission denied

   The permissions on that directory are 755 and it's owned by me. Since I
have no problems writing other files to that directory I must have the
command syntax incorrect but I don't see where.

Rich

pgsql-general by date:

Previous
From: Scott Ribe
Date:
Subject: Re: IDLE queries taking up space
Next
From: Scott Ribe
Date:
Subject: Re: COPY failure on directory I own