安装
- 编译选项中—with-python都支持哪些版本?使用的Python.h有要求吗?在哪里指定的?
使用
pgadmin连接
# pg_hba.conf
# 允许所有IPv4地址使用MD5密码认证
host all all 0.0.0.0/0 md5
# 允许所有IPv6地址(可选)
host all all ::/0 md5
### **`postgresql.conf`**
listen_addresses = '*' # 监听所有网络接口