一. 安装与基本说明都非常的详细。

https://www.digitalocean.com/community/tutorials/how-to-install-and-use-postgresql-on-centos-7

postgrepSQL
默认用户名是:postgres

需要先切换到 postgres

#su postgres

$

$psql  //进入命令交互模式

04-25 05:43