postgresSQL 9.4.26 설치
4. DBMS 정보기록
postgresSQL
패키지 설치진행
db실행 사용자 및 data 디렉토리 생성
$> useradd psql
$> mkdir /home/data
$> chown -R psql: /home/data
source 파일 다운로드
$> wget https://ftp.postgresql.org/pub/source/v9.4.26/postgresql-9.4.26.tar.gz --no-check-certificate
depencency 패키지 설치
$> yum install ...