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..
you should use a user which can read this file or change permissions this is not a postgres problem