相关疑难解决方法(0)

重置 postgresql

我想将 postgresql 恢复到原来的空状态。

在 Ubuntu 上:

$ sudo service postgresql stop
$ sudo apt-get purge postgresql*
Run Code Online (Sandbox Code Playgroud)

其次是

$ sudo apt-get install postgresql
Run Code Online (Sandbox Code Playgroud)

我想要什么,但有没有更残酷的方式来做同样的事情?

我真正想做的是检查我是否可以从头开始重新创建我的数据库。

postgresql ubuntu

1
推荐指数
1
解决办法
9144
查看次数

标签 统计

postgresql ×1

ubuntu ×1