问题信息
请登录之后查看
邀请回答
暂无人订阅该标签,敬请期待~~
墨值悬赏
匿名用户金仓数据库如何从PG导入数据到KES
1、 format=custom 模式,会报如下错误:[kb86@dbhost02 ~]$ sys_restore -C -U system -d testdb -F c 1.dmp
sys_restore: error: did not find magic string in file header
2、 必须是format=text 格式导出:pg_dump -t public.t1 -f 1.dmp -d testdb导入:[kb86@dbhost02 ~]$ ksql -d test -U system < 1.dmp
评论
有用 0
墨值悬赏