安装PostgreSQL 的时候,出现以下的问题:
重试了很多次,问题依旧,最终通过上网搜索,按以下方法解决了问题:database locale设置问题,不能选default了,选择了Chinese或Chinese,Macau S.A.R.,剩下的一切顺利。(建议:采用Chinese,Macau S.A.R,对中文支持较好)
如果安装过程中出现错误,重新安装前需要删除原有的安装路径下内容,否则,会导致重复出错问题
参考: http://www.cnzixue.com/html/OS/windows7/soft/2010/0413/6468.html
安装Postgresql出现错误,
Problem running post-install step. Installation may not complete correctly. The database cluster initialisation failed.
需要先卸载,重装Postgresql然后在选“Local"时选“Chinese"或“Chinese,Macau S.A.R.”而不是默认
参考:http://jasonright.javaeye.com/blog/691803
转载于:https://www.cnblogs.com/wuhenke/archive/2010/07/19/1780756.html