データベースの一覧を取得できていればインストールは成功です。 エラーメッセージが出力される場合(エラーが出ない場合は無視) 僕のmacでは次のようなエラーが発生しました。 psql: could not connect to server: Permission denied Is the server running locally and accepting connections on Unix domain socket "/var/pgsql_socket/.s.PGSQL.5432"? createuser: could not connect to database postgres: could not connect to server: Permission denied Is the server running locally and accepting conne

