I\'m using http://postgresapp.com. In the menubar it gives the error \" Could not start on port 5432.\" Similarly if I try to start the server from the terminal, I get:
You can stop the process by finding the PID with
lsof -i :5432
and then killing it with
kill -9