这个原因折腾了好久,最终在http://stackoverflow.com/questions/15591749/unable-to-create-user-postgres-role-postgres-does-not-exists
发现了原因,是因为一个postgresql-xc 的bug导致的,
按照操作卸载postgresql-xc
sudo apt-get--purge remove postgres-xc
之后一切都好使了,
安装环境ubunut linux 14.04 ,postgresql 9.3.5