以下是CentOS上使用pgAdmin图形界面的教程:
sudo dnf install -y https://www.postgresql.org/media/keys/ACCC4CF8.asc,sudo dnf install https://www.postgresql.org/media/repodata/repomd.xml。sudo dnf install postgresql-server,并启动服务sudo systemctl start postgresql,设置开机自启sudo systemctl enable postgresql。sudo dnf install pgadmin4-web。sudo systemctl start pgadmin-web,设置开机自启sudo systemctl enable pgadmin-web。sudo firewall-cmd --permanent --add-port=8080/tcp,sudo firewall-cmd --reload。http://localhost:8080(若修改过端口则使用相应端口)。