hello dear. I want to run the following command " copy table1 form /tmp/table1.aa using delimiters '|'; but I cant because I am not 'postgres' user and have not this privilage; If I use follawing command instead: " \copy table1 form /tmp/table1.aa using delimiters '|'; psql report follawing error : "extra token after file name " what I can do? thanks a lot;