postgresql怎么导入数据库
Posted 一朵包纸
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了postgresql怎么导入数据库相关的知识,希望对你有一定的参考价值。
1.切换到postgres用户 : sudo su - postgres
2.在shell命令行下,创建数据库exampledb,并指定所有者为dbuser : sudo -u postgres -O dbuser exampledb
3. 导入数据库: pg_restore -d createdb filepath
参考链接:
http://www.ruanyifeng.com/blog/2013/12/getting_started_with_postgresql.html
https://codeday.me/bug/20180824/228265.html
以上是关于postgresql怎么导入数据库的主要内容,如果未能解决你的问题,请参考以下文章