將Postgresql的sql檔匯入DB,以Ubuntu(12.04)為例

手動將sql檔匯入postgresql DB的指令如下:

psql -U postgres -e 資料庫名 < 要匯入的檔案名

例如:
psql -U postgres -e Test < xxx (應該是不用加.sql)

其餘指令,可以打 “psql –help” 查詢