在Linux系统中,使用pgAdmin导出数据主要有以下两种方法:
pg_dump
pg_dump -U username -d dbname -t tablename -F c -f /path/to/output/file.dump
-U
-d
-t
-F
-f