标签:yum lis image var bsp psql hba sys mct
yum install postgresql-server postgresql-contrib postgresql-devel postgresql postgresql-libs
service postgresql initdb
systemctl start postgresql
vi /var/lib/pgsql/data/postgresql.conf listen_addresses = ‘*‘
vi /var/lib/pgsql/data/pg_hba.conf host all all 0.0.0.0/0 trust
标签:yum lis image var bsp psql hba sys mct
原文地址:https://www.cnblogs.com/erdanyang/p/11286890.html