PostgreSQL 安装完成后默认是已经启动的,但是也可以通过下面的方式来手动启动服务:

sudo /etc/init.d/postgresql start   # 开启
sudo /etc/init.d/postgresql stop    # 关闭
sudo /etc/init.d/postgresql restart # 重启

linux中可以使用下面的命令安装postgresql

$ sudo apt-get install postgresql

推荐:PostgreSQL教程

来源:PY学习网:原文地址:https://www.py.cn/article.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » linux如何打开postgresql