手動將sql檔匯入postgresql DB的指令如下:
psql -U postgres -e 資料庫名 < 要匯入的檔案名
例如:
psql -U postgres -e Test < xxx (應該是不用加.sql)
其餘指令,可以打 “psql –help” 查詢
手動將sql檔匯入postgresql DB的指令如下:
psql -U postgres -e 資料庫名 < 要匯入的檔案名
例如:
psql -U postgres -e Test < xxx (應該是不用加.sql)
其餘指令,可以打 “psql –help” 查詢