Azure安装完postgresql遇到:psql: error: could not connect to server: FATAL: no pg_hba.conf entry for host
进入创建好的Azure Database for PostgreSQL server
点击connection security
在Firewall rules中 Add 0.0.0.0-255.255.255.255
再次连接创建好的postgresql就可以了
进入创建好的Azure Database for PostgreSQL server
点击connection security
在Firewall rules中 Add 0.0.0.0-255.255.255.255
再次连接创建好的postgresql就可以了