./configure、make、make installを使用して、postgresql 8.3をubuntu 10.10に手動でインストールしました。
それは完璧に動作しますが、psqlを使用して接続しようとすると、次のcmdを入力する必要があります
psql --port --host localhost
、私の質問は、--host=localhost
paramter を省略できる方法はありますか?
ポートのみを渡し、--host
パラメーターを渡さない場合のエラーの詳細
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.5431"?