在Linux下使用pgAdmin导出数据到CSV,可参考以下方法:
COPY (SELECT * FROM your_table) TO '/path/to/your/file.csv' WITH CSV HEADER;