¿Has probado esto? No tengo psql en este momento para probarlo.
echo “COPY (SELECT * from schema.products) TO STDOUT with CSV HEADER” | psql -o '/home/localfolder/products.csv'
Detalles:
-o filename Put all output into file filename. The path must be writable by the client.
echo builtin + piping (|) pass command to psql