[GENERAL] usage of copy command in pgsql

2006-02-16 Thread rama krishna
I have to copy the file to a table data base the command used for this is COPY But it showing the error like no permission is granted to read the file. for this i gave 777 permissions to that file even the same err repeated. What to do for this

Re: [GENERAL] usage of copy command in pgsql

2006-02-16 Thread Martijn van Oosterhout
On Thu, Feb 16, 2006 at 05:13:22PM +0530, rama krishna wrote: I have to copy the file to a table data base the command used for this is COPY But it showing the error like no permission is granted to read the file. for this i gave 777 permissions to that file even the

Re: [GENERAL] usage of copy command in pgsql

2006-02-16 Thread A. Kretschmer
am 16.02.2006, um 17:13:22 +0530 mailte rama krishna folgendes: I have to copy the file to a table data base the command used for this is COPY But it showing the error like no permission is granted to read the file. for this i gave 777 permissions to that file even