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"?
何か案が?