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