psqlVagrantマシンで実行しようとしていますが、次のエラーが発生します。
psql: could not connect to server: No such file or directory
Is the server running locally and accepting connections on 
Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
注:Vagrant 1.9.2 Box:ubuntu / trusty64、https://atlas.hashicorp.com/ubuntu/boxes/trusty64
postgresをインストールして実行するために使用した編集コマンド:
sudo apt-get updatesudo apt-get install postgresqlsudo su postgrespsql -d postgres -U postgres
