安装postgresql源,根据实际情况调整版本安装客户端包连接服务器 以9.4为例 安装postgresql源,根据实际情况调整版本yum install https://download.postgresql.org/pub/repos/yum/9.4/redhat/rhel-7-x86_64/pgdg-redhat94-9.4-3.noarch.rpm 安装客户端包yum install postgresql94 连接服务器psql -U postgres -h 192.168.3.81