les.
log_rotation_size = 0 # Automatic rotation of logfiles will
# happen after that much log output.
# 0 disables.
?
?
pg_hba.conf 加入自己的地址,全部是0.0.0.0/0
?
# IPv4 local connections:
host all all 127.0.0.1/32 md5
host all all 192.168.152.1/24 md5
?
重启postgresql服务,再用pgAdminIII设置一下地址,端口,用户名称,密码,就可以成功连接了