背景:通过yum默认方式将pgsql10安装在centos7,
pgsql 的配置文件在:/var/lib/pgsql/10/data.
配置文件:postgresql.conf 和 pg_hba.conf
1、postgresql.conf修改配置内容:listen_addresses = '*'
2、pg_hba.conf修改内容:ipv4 local connectins:
添加一行:host all all 0.0.0.0/0 trust