[PostgreSQL - 12.3 install]
Yum 이용 설치 [root@localhost ~]# sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm [root@localhost ~]# sudo yum install -y postgresql12-server sudo /usr/pgsql-12/bin/postgresql-12-setup initdb [root@localhost ~]# sudo systemctl enable postgresql-12 [root@localhost ~]# sudo systemctl start postgresql-12 Compile 이용 설치 ■ 다음의 3개 패키..