在使用 postgres 和 mac 10.8 搜索所有这些问题后需要帮助
我通过自制软件安装了 pg(也尝试了 heroku 应用程序但没有运气)
which psql --> /usr/local/bin/psql
psql --version --> psql (PostgreSQL) 9.2.4
启动 Rails 服务器时,我得到Is the server running locally and accepting
connections on Unix domain socket "/var/pgsql_socket/.s.PGSQL.5432"?
当我这样做时,pg_ctl -D /usr/local/var/postgres -l logfile start
我得到server starting
当我跑步时,psql
我得到Is the server running locally and accepting
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
任何想法?