xianxun 发表于 2013-1-30 01:28:36

postgre无法启动一案例

在删除ipv6后出现postgre无法启动,查看日志
2011-03-23 15:34:57 HKT LOG:invalid IP address "::1": Unknown host2011-03-23 15:34:57 HKT CONTEXT:line 78 of configuration file "D:/Program Files/PostgreSQL/9.0/data/pg_hba.conf"2011-03-23 15:34:57 HKT FATAL:could not load pg_hba.conf
发现配置文件中ipv6地址为空。
解决办法,在配置文件pg_hba.conf中将ipv6地址信息注释掉。连接便成功。
页: [1]
查看完整版本: postgre无法启动一案例