The problems with the regular method: permission deny.
Solution:
sudo chmod 777 target/dir/
Then in psql:
\copy table TO '/target/dir/table.csv' DELIMITER ',' CSV HEADER;
There was an error while loading. Please reload this page.