1. 程式人生 > >Postgres無法用navicat prenium匯入匯出sql檔案,Postgres命令列匯出匯入

Postgres無法用navicat prenium匯入匯出sql檔案,Postgres命令列匯出匯入

使用命令列操作

  psql -U postgres(使用者名稱) -d postgres(資料庫名,預設時同用戶名) <  C:\Users\絕影\Desktop\public.sql

pg_dump -h (伺服器ip) -p (埠號) -U postgres -d (資料庫名) -f (資料存放路徑如:C:\Users\jueying\Desktop\dss\public.sql)