Install PostgreSQL 9.6 on Centos 7 Centos 7 에 PostgreSQL 9.6 설치하기 1. Download RPM by yum yum install https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-7-x86_64/pgdg-centos96-9.6-3.noarch.rpm 2. Yum update (주의 : 전체 업데이트 됨) yum -y update 3. Install postgresql96 yum -y install postgresql96 postgresql96-server postgresql96-contrib postgresql96-libs 4. Init DB /usr/pgsql-9.6/bin/postgresq..