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怎么导入数据库的主要内容,如果未能解决你的问题,请参考以下文章

postgresql怎么导入数据库

怎么把sql文件导入postgresql数据库

PostgreSQL数据导出导入问题,谢谢

对postgresql数据库进行操作,把sql文件导入,出现以下错误,是怎么回事?怎么解决?有没有大神帮帮忙?

postlt怎么导入

如何将 PostgreSQL 数据文件导入 Amazon Redshift