使用yum安装postgresSQL9.5
在以下官方网站选择版本和系统信息,根据官方的安装方式操作
[https://www.postgresql.org/download/linux/redhat/]
安装pg仓库rpm包
yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm
安装postgreSQL客户端和服务
yum install postgresql95
yum install postgresql95-se