Tôi làm theo cách sau:
1. tạo kết xuất:
psql -h dbhost1 -d dbname -U dbuser -c "copy(SELECT language, title FROM cms_title WHERE language != 'en' AND title != 'Blog') to stdout" > dump.tsv`
2. kết xuất nhập khẩu:
psql -h dbhost2 -d dbname -U dbuser -c 'copy cms_title from stdin' < dump.tsv
Thao tác này sẽ nối dữ liệu đã nhập vào bảng.