Опитвали ли сте това? В момента нямам psql, за да го тествам.
echo “COPY (SELECT * from schema.products) TO STDOUT with CSV HEADER” | psql -o '/home/localfolder/products.csv'
Подробности:
-o filename Put all output into file filename. The path must be writable by the client.
echo builtin + piping (|) pass command to psql