Warning: file_put_contents(/datas/wwwroot/jiajiahui/core/caches/caches_template/2/default/show.php): failed to open stream: Permission denied in /datas/wwwroot/jiajiahui/core/libraries/classes/template_cache.class.php on line 55

Warning: chmod(): Operation not permitted in /datas/wwwroot/jiajiahui/core/libraries/classes/template_cache.class.php on line 56
卸载掉postgresql的方法 - 源码之家

卸载掉postgresql的方法

小编给大家分享一下卸载掉postgresql的方法,相信大部分人都还不怎么了解,因此分享这边文章给大家学习,希望大家阅读完这篇文章后大所收获,下面让我们一起去学习方法吧!

有时候我们安装完数据库之后,测试发现并不能使用,这时候我们就需要卸载重新安装。卸载postgresql的命令为

dpkg --list | grep postgresql 
dpkg --purge <insert packagehere>

或者

sudo apt-get --purge autoremove postgresql*

以上是卸载掉postgresql的方法的所有内容,感谢各位的阅读!相信大家都有了一定的了解,希望分享的内容对大家有所帮助,如果还想学习更多知识,欢迎关注行业资讯频道!