linux如何打开postgresql
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教程
以上是 linux如何打开postgresql 的全部内容, 来源链接: utcz.com/z/539079.html