Você já tentou isso? Eu não tenho psql agora para testá-lo.
echo “COPY (SELECT * from schema.products) TO STDOUT with CSV HEADER” | psql -o '/home/localfolder/products.csv'
Detalhes:
-o filename Put all output into file filename. The path must be writable by the client.
echo builtin + piping (|) pass command to psql