摘要: 单表导出 pg_dump --host 127.0.0.1 --port 5432 --username "postgres" --role "postgres" --file "D:/test.sql" --table "public.\"表名\"" "数据库名" 单表导入 psql -h loc 阅读全文
posted @ 2020-04-30 14:45 时空数据派 阅读(807) 评论(1) 推荐(0)