Output csv from postgresql Mar 17, 2012 • paragasu psql> COPY (SELECT * FROM tablename) TO '/tmp/filename.csv' WITH CSV HEADER;