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

Reply via email to