Yum-y install gcc make readline zlib readline-devel zlib-devel
TAR-JXVF postgresql-9.5.2.tar.bz2
CD postgresql-9.5.2
Groupadd Postgres
Useradd-g Postgres Postgres
echo "dbking588" | passwd--stdin Postgres
./configure--prefix=/opt/pg952
Gmake World
Gmake Install-world
Chown-r postgres:postgres/opt/pg952/
echo "Export pg_home=/opt/pg952" >>/home/postgres/.bash_profile
echo "Export Pg_data=/opt/pg952/data" >>/home/postgres/.bash_profile
echo "Export ld_library_path= $PG _home/lib: $LD _library_path" >>/home/postgres/.bash_profile
echo "Export path=pg_home/bin: $PATH" >>/home/postgres/.bash_profile
/opt/pg952/bin/initdb-d/opt/pg952/data/--locale=c--encoding=utf8
/opt/pg952/bin/pg_ctl-d/opt/pg952/data/-l/opt/pg952/logfile Start
--Create DATABASE/user:
postgres=# create user root superuser;
CREATE ROLE
postgres=# CREATE database root;
CREATE DATABASE
PostgreSQL installation, can be organized into one-click Installation PG Script