2024-01-09 04:01PM
参考:
https://www.cnblogs.com/nhdlb/p/14960000.htm
导入:
psql -d jdbc -h localhost -p 5432 -U postgres -f /home/sql/test.dmp
-d 数据库名称
-h ip地址
-p 端口号
-U 用户
-f sql文件路径
jdbc 替换为你的 postgres 数据库名称
/home/sql/test.dmp 替换为你的要导入文件路径和名称
eg:
$ psql -d dongtaipaifang -h localhost -p 5432 -U postgres -f /home/meiyi/Downloads/dongtaipaifang_20231213.sql
Password for user postgres:
SET
SET
SET
SET
SET
set_config
------------
(1 row)
SET
SET
CREATE TABLE
ALTER TABLE
CREATE TABLE
ALTER TABLE
……
……
--------
7
(1 row)
setval
--------
1
(1 row)
ALTER TABLE
ALTER TABLE
ALTER TABLE
ALTER TABLE
这样就可以了。
登录
请登录后再发表评论。
评论列表:
目前还没有人发表评论