1 先查看是否有postgresql服务
[root@os bin] cd usr lib systemd system
[root@os system]
1.先查看是否有postgresql服务
[root@os bin]# cd /usr/lib/systemd/system [root@os system]# ls
记住这个!
2. 关闭服务
systemctl stop postgresql-9.5.service
3.启动服务
systemctl start postgresql-9.5.service
一开始想用pg_ctl 去操作的,但是需要其他用户去操作,不能使用超级管理员,嫌麻烦,直接这样重启吧
到此这篇关于PostgreSQL启动,停止命令(重启)的文章就介绍到这了,更多相关PostgreSQL启动停止内容请搜索好代码网以前的文章或继续浏览下面的相关文章希望大家以后多多支持好代码网!