Hast du das versucht? Ich habe gerade kein psql, um es zu testen.
echo “COPY (SELECT * from schema.products) TO STDOUT with CSV HEADER” | psql -o '/home/localfolder/products.csv'
Einzelheiten:
-o filename Put all output into file filename. The path must be writable by the client.
echo builtin + piping (|) pass command to psql