우분투 20.04 postgresql 설치

sudo apt update
sudo apt install postgresql

확인
sudo systemctl is-active postgresql
sudo systemctl is-enabled postgresql
sudo systemctl status postgresql
sudo pg_isready